[Webkit-unassigned] [Bug 58696] New: DFG JIT split handling of vars/temporaries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 14:38:12 PDT 2011


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

           Summary: DFG JIT split handling of vars/temporaries
           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


Presently all callee registers are treated as having single block scope, since the DFG JIT can only compile single block functions.  In order to expand the JIT to support control flow we will need to change to retaining locals (but not temporaries) across basic block boundaries.

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