• bmeurer's avatar
    [turbofan] Introduce --min-inlining-frequency flag. · 259f061f
    bmeurer authored
    Add a new flag --min-inlining-frequency, defaulting to 0.15, which
    serves as a minimum threshold for callsites to be considered by the
    TurboFan inlining heuristic. Call sites with a frequency below this
    (i.e. a call site that is only hit every 10th invocation of the caller)
    are not considered for inlining.
    
    BUG=v8:4493,v8:5267
    R=jarin@chromium.org
    
    Review-Url: https://codereview.chromium.org/2859433002
    Cr-Commit-Position: refs/heads/master@{#45031}
    259f061f
flag-definitions.h 60.3 KB