[Webkit-unassigned] [Bug 91933] New: JSC should have property butterflies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 21 14:51:55 PDT 2012


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

           Summary: JSC should have property butterflies
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


In a butterfly object model, you point into the middle of an object, and one set of properties is offset to the left (negative address direction) of the pointer while another distinct set is offset to the right (positive).  JSC should use this approach for property storage, so that named (and private) properties grow to the left while indexed properties grow to the right.  This will immediately yield two benefits: (1) all objects will have fast indexed storage and (2) indexed storage access will not have to perform the array type check.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list