[Webkit-unassigned] [Bug 16738] New: Collector block offset could be stored as an cell offset instead of a byte offset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 23:23:26 PST 2008


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

           Summary: Collector block offset could be stored as an cell offset
                    instead of a byte offset
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hmason at mac.com


Contrary to comments in the code to the contrary, storing the "next" field as a
byte offset rather than a cell offset seems to be hurting performance. Both
shark and timing tests with SunSpider show a small performance gain by
switching to cell offsets. As an added bonus, using cell offsets eliminates a
lot of somewhat ugly casting.


-- 
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