[Webkit-unassigned] [Bug 213498] New: We should have a JSON.parse bytecode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 19:02:51 PDT 2020


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

            Bug ID: 213498
           Summary: We should have a JSON.parse bytecode
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: keith_miller at apple.com

If a script has a very large JSON payload we currently allocate bytecode to initialize the object proportionally to the size of the object. This is very inefficient since most JSON massive objects are only initialized once. Instead, we should have a bytecode that takes a source position to parse as JSON.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200623/a43d89c4/attachment.htm>


More information about the webkit-unassigned mailing list