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

Issue 1439773003: [turbofan] Make inlining heuristic less greedy. (Closed)

Created:
5 years, 1 month ago by Benedikt Meurer
Modified:
5 years, 1 month ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@JSCreate
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Make inlining heuristic less greedy. Only inline one candidate per iteration to make sure we really inline the stuff that is called most often. R=mstarzinger@chromium.org BUG=v8:4493, v8:4544 LOG=n Committed: https://crrev.com/0b0581421e242fe0e87b8bba9e1a9ba1abd853c4 Cr-Commit-Position: refs/heads/master@{#31958}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comment. #

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

Depends on Patchset:

Messages

Total messages: 9 (3 generated)
Benedikt Meurer
5 years, 1 month ago (2015-11-12 12:54:42 UTC) #1
Michael Starzinger
LGTM, just a nit. Hehe, fix-points are hard. :) https://codereview.chromium.org/1439773003/diff/1/src/compiler/js-inlining-heuristic.cc File src/compiler/js-inlining-heuristic.cc (right): https://codereview.chromium.org/1439773003/diff/1/src/compiler/js-inlining-heuristic.cc#newcode101 src/compiler/js-inlining-heuristic.cc:101: ...
5 years, 1 month ago (2015-11-12 13:00:17 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/1439773003/diff/1/src/compiler/js-inlining-heuristic.cc File src/compiler/js-inlining-heuristic.cc (right): https://codereview.chromium.org/1439773003/diff/1/src/compiler/js-inlining-heuristic.cc#newcode101 src/compiler/js-inlining-heuristic.cc:101: if (cumulative_count_ > FLAG_max_inlined_nodes_cumulative) return; On 2015/11/12 13:00:16, Michael ...
5 years, 1 month ago (2015-11-12 13:05:40 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1439773003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1439773003/20001
5 years, 1 month ago (2015-11-12 13:05:52 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-12 13:28:02 UTC) #8
commit-bot: I haz the power
5 years, 1 month ago (2015-11-14 23:20:36 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0b0581421e242fe0e87b8bba9e1a9ba1abd853c4
Cr-Commit-Position: refs/heads/master@{#31958}

Powered by Google App Engine
This is Rietveld 408576698