[Webkit-unassigned] [Bug 67920] New: JavaScriptCore does not have baseline->speculative OSR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 11 21:17:38 PDT 2011


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

           Summary: JavaScriptCore does not have baseline->speculative OSR
           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


Tiered compilation in JavaScriptCore only produces a benefit if the code being optimized does most of its work in functions that get called repeatedly.  Hot loops in functions that don't return for a long time continue to execute old JIT code.  Fixing that requires on-stack-replacement from baseline (old JIT) code to speculative (DFG JIT) code.

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