[Webkit-unassigned] [Bug 133834] New: make RegisterAllocator smarter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 12 17:52:11 PDT 2014


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

           Summary: make RegisterAllocator smarter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com
                CC: benjamin at webkit.org


The register allocator should not use a hash set for the few registers it keeps track of.  It should use a deque to cycle the register usage, and it should also have a way to indicate a preferred register to allocate.

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