[Webkit-unassigned] [Bug 56291] New: Could avoid add before checking RegisterFile::end

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 13 23:29:13 PDT 2011


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

           Summary: Could avoid add before checking RegisterFile::end
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


Could remove the add instruction in JIT code when checking RegisterFile end with a red-zone like approach.

E.g. remove RegisterFile::m_end, and replace it with a variable tracking something like RegisterFile::m_endMinus1k, for example - for most functions, this would ensure sufficient space is available, we'd only need to add before checking if the space required was greater than 1k.

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