[Webkit-unassigned] [Bug 152347] New: Improve JSObject::put performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 11:11:47 PST 2015


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

            Bug ID: 152347
           Summary: Improve JSObject::put performance
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

The JSObject::put code used to be fast, and then we made it slow by incrementally adding stuff to it, like hooks for immutability inference and property type inference.

This bug is about recovering some of that lost performance.

-- 
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/20151216/2d7cfda2/attachment.html>


More information about the webkit-unassigned mailing list