Description[turbofan] Introduce --min-inlining-frequency flag.
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}
Committed: https://chromium.googlesource.com/v8/v8/+/259f061fe7882d983f359ea4865ca2f4abf97fc9
Patch Set 1 #
Messages
Total messages: 11 (7 generated)
|