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

Issue 2262033003: [turbofan] Allow inlining into BytecodeGraphBuilder graph. (Closed)

Created:
4 years, 4 months ago by Michael Starzinger
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_interpreter-preserve-bytecode-5
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Allow inlining into BytecodeGraphBuilder graph. This is a first implementation of inlining into graphs that have been created using the {BytecodeGraphBuilder}. Note that inlining sticks to graphs of the same kind, we only ever inline AstGraph into AstGraph or BytecodeGraph into BytecodeGraph, no mixed inlining. R=bmeurer@chromium.org,rmcilroy@chromium.org TEST=cctest/test-run-inlining BUG=v8:5251 Committed: https://crrev.com/a400590761c6afce83373935f667eb3fc4029ca1 Cr-Commit-Position: refs/heads/master@{#39439}

Patch Set 1 #

Patch Set 2 : Rebased. #

Patch Set 3 : Rebased. #

Total comments: 4

Patch Set 4 : Rebased. #

Patch Set 5 : Rebased. #

Patch Set 6 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -56 lines) Patch
M src/compiler/js-inlining.cc View 1 2 3 4 5 6 chunks +27 lines, -5 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/cctest.status View 1 2 3 4 2 chunks +0 lines, -48 lines 0 comments Download

Messages

Total messages: 33 (25 generated)
Michael Starzinger
4 years, 3 months ago (2016-08-25 08:35:56 UTC) #11
rmcilroy
Nice! LGTM. https://codereview.chromium.org/2262033003/diff/40001/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2262033003/diff/40001/src/compiler/js-inlining.cc#newcode414 src/compiler/js-inlining.cc:414: Do we want todos about the loop ...
4 years, 3 months ago (2016-08-25 08:53:26 UTC) #12
Michael Starzinger
https://codereview.chromium.org/2262033003/diff/40001/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2262033003/diff/40001/src/compiler/js-inlining.cc#newcode414 src/compiler/js-inlining.cc:414: On 2016/08/25 08:53:26, rmcilroy wrote: > Do we want ...
4 years, 3 months ago (2016-08-25 09:01:26 UTC) #13
rmcilroy
https://codereview.chromium.org/2262033003/diff/40001/src/compiler/js-inlining.cc File src/compiler/js-inlining.cc (right): https://codereview.chromium.org/2262033003/diff/40001/src/compiler/js-inlining.cc#newcode414 src/compiler/js-inlining.cc:414: On 2016/08/25 09:01:26, Michael Starzinger wrote: > On 2016/08/25 ...
4 years, 3 months ago (2016-08-25 09:33:06 UTC) #14
Benedikt Meurer
Nice. LGTM.
4 years, 3 months ago (2016-09-08 16:41:39 UTC) #22
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/2262033003/120001
4 years, 3 months ago (2016-09-15 08:51:05 UTC) #29
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 3 months ago (2016-09-15 08:53:05 UTC) #31
commit-bot: I haz the power
4 years, 3 months ago (2016-09-15 08:53:44 UTC) #33
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a400590761c6afce83373935f667eb3fc4029ca1
Cr-Commit-Position: refs/heads/master@{#39439}

Powered by Google App Engine
This is Rietveld 408576698