Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Issue 2859433002: [turbofan] Introduce --min-inlining-frequency flag. (Closed)

Created:
3 years, 7 months ago by Benedikt Meurer
Modified:
3 years, 7 months ago
Reviewers:
Jarin
CC:
v8-reviews_googlegroups.com, Michael Hablich
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M src/compiler/js-inlining-heuristic.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (7 generated)
Benedikt Meurer
3 years, 7 months ago (2017-05-02 12:37:34 UTC) #1
Jarin
lgtm
3 years, 7 months ago (2017-05-02 12:45:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2859433002/1
3 years, 7 months ago (2017-05-02 12:46:19 UTC) #8
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 13:14:21 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/259f061fe7882d983f359ea4865ca2f4abf...

Powered by Google App Engine
This is Rietveld 408576698