[Webkit-unassigned] [Bug 20928] New: Speed up JS property enumeration by caching entire PropertyNameArray

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 18 17:21:46 PDT 2008


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

           Summary: Speed up JS property enumeration by caching entire
                    PropertyNameArray
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org


We can speed up JavaScript property enumeration (for .. in) by caching the
entire PropertyNameArray in the StructureID instead of just the properties in
the PropertyMap.


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



More information about the webkit-unassigned mailing list