[Webkit-unassigned] [Bug 70467] New: Optimization triggers in the old JIT may sometimes fire repeatedly even though there is no optimization to be done

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 19:49:57 PDT 2011


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

           Summary: Optimization triggers in the old JIT may sometimes
                    fire repeatedly even though there is no optimization
                    to be done
           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


If cti_optimize_from_ret fires but finds it has no work to do, it currently just returns.  This means that it will fire again the next time even though there is still likely to be no work to do.  This may cause slow downs since cti_optimize_from_ret is a stub call.

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