[Webkit-unassigned] [Bug 152710] New: Subclassing builtins should create a new structure and cache it rather than transitioning.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 12:59:41 PST 2016


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

            Bug ID: 152710
           Summary: Subclassing builtins should create a new structure and
                    cache it rather than transitioning.
    Classification: Unclassified
           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

We should not transition the structure each time we want to make a structure with a non-BuiltinConstructor.prototype prototype. Instead we should make a new structure and cache it for next time.

-- 
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/20160104/f5d7c3bb/attachment.html>


More information about the webkit-unassigned mailing list