[Webkit-unassigned] [Bug 91303] New: Rationalize and optimize storage allocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 18:01:16 PDT 2012


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

           Summary: Rationalize and optimize storage allocation
           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: fpizlo at apple.com


Currently our storage allocator requires multiple branches, and multiple temporary registers, to be sound.  The code is also duplicated in two places (one for mutator and one for collector).

The code should be unified, and simplified to use backwards bumping allocation, which only requires one branch and one register.

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