[Webkit-unassigned] [Bug 144604] New: [Content Extensions] Use less memory to store the json input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 16:00:33 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144604

            Bug ID: 144604
           Summary: [Content Extensions] Use less memory to store the json
                    input
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

We have several copies of the JSON data that is an input to the content extension compiler.  We need to copy it at least once to convert the utf8 characters to unicode characters for the JSON parser (until we make the JSON parser nicer), but we can free that memory as soon as we are done with it to reduce the peak memory usage.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150504/d039f376/attachment.html>


More information about the webkit-unassigned mailing list