[Webkit-unassigned] [Bug 39758] New: Heap::allocate should search a word at a time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 12:59:01 PDT 2010


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

           Summary: Heap::allocate should search a word at a time
           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: nlawrence at apple.com
                CC: ggaren at apple.com, slewis at apple.com,
                    nlawrence at apple.com


Currently, Heap::allocate is searching for a new cell in the bitmap a single bit at a time.  This can be improved by searching a word at a time in the bitmap when our first guess fails.

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