[Webkit-unassigned] [Bug 17504] New: Speed up DOM lists array subscription syntax by using the fast getOwnPropertySlot and set paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 23 17:20:36 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17504

           Summary: Speed up DOM lists array subscription syntax by using
                    the fast getOwnPropertySlot and set paths
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org
                CC: oliver at apple.com


We are needlessly converting from unsigned -> Identifier -> unsigned when doing
indexGetting and setting for DOM lists like the NodeList or the new
CanvasPixelArray.  We can speed it up by using the fast getOwnPropertySlot and
put methods that take an unsigned.  This technique is already employed by
ArrayInstance.


-- 
Configure bugmail: http://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