[Webkit-unassigned] [Bug 141632] New: Rare case profiling should actually work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 15 21:18:46 PST 2015


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

            Bug ID: 141632
           Summary: Rare case profiling should actually work
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Currently, the "likelyToTakeSlowCaseMinimumCount" threshold is 100, which is larger than the number of times a typical bytecode instruction will execute before being DFG compiled (that threshold averages around 1000/15 ~ 66).  This means that the rare case profiling doesn't actually help us avoid overspeculating.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150216/8870cfdc/attachment-0002.html>


More information about the webkit-unassigned mailing list