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

Issue 2188533002: [turbofan] Generate loop exits in the bytecode graph builder. (Closed)

Created:
4 years, 4 months ago by Jarin
Modified:
4 years, 4 months ago
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Generate loop exits in the bytecode graph builder. Committed: https://crrev.com/c38f1011e89ececb2ac7f4acdfdf5216a2e94e83 Cr-Commit-Position: refs/heads/master@{#38429}

Patch Set 1 #

Patch Set 2 : Working basic exit #

Patch Set 3 : Formatting #

Patch Set 4 : Function exits #

Patch Set 5 : Year #

Patch Set 6 : Rebase #

Patch Set 7 : Fix translation of int32 constants to allow smis. #

Total comments: 16

Patch Set 8 : Address review comments #

Total comments: 1

Patch Set 9 : Rebase, review comments #

Patch Set 10 : Fix 64-bit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -7 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.h View 1 2 3 4 5 6 7 8 4 chunks +14 lines, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 3 4 5 6 7 8 8 chunks +55 lines, -0 lines 0 comments Download
A src/compiler/bytecode-loop-analysis.h View 1 2 3 4 5 6 7 1 chunk +67 lines, -0 lines 0 comments Download
A src/compiler/bytecode-loop-analysis.cc View 1 2 3 4 1 chunk +79 lines, -0 lines 0 comments Download
M src/compiler/code-generator.cc View 1 2 3 4 5 6 7 8 9 1 chunk +26 lines, -7 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/v8.gyp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (26 generated)
Jarin
Could you take a look, please?
4 years, 4 months ago (2016-07-29 05:58:29 UTC) #10
Michael Starzinger
LGTM. Just nits. I am unfamiliar with the change in the code generator, I'll leave ...
4 years, 4 months ago (2016-07-29 08:54:46 UTC) #13
Michael Starzinger
https://codereview.chromium.org/2188533002/diff/120001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2188533002/diff/120001/src/compiler/bytecode-graph-builder.cc#newcode479 src/compiler/bytecode-graph-builder.cc:479: // Rename the environmnent values. Is it OK not ...
4 years, 4 months ago (2016-07-29 08:58:21 UTC) #14
Jarin
Thanks for the great review! https://codereview.chromium.org/2188533002/diff/120001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/2188533002/diff/120001/src/compiler/bytecode-graph-builder.cc#newcode470 src/compiler/bytecode-graph-builder.cc:470: void BytecodeGraphBuilder::Environment::PrepareForLoopExit(Node* loop) { ...
4 years, 4 months ago (2016-07-29 11:36:47 UTC) #17
Benedikt Meurer
I only did the code generator part as discussed. LGTM for that, once comment addressed. ...
4 years, 4 months ago (2016-08-01 17:33:45 UTC) #20
Benedikt Meurer
lgtm
4 years, 4 months ago (2016-08-08 09:22:06 UTC) #27
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/2188533002/180001
4 years, 4 months ago (2016-08-08 09:59:17 UTC) #32
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 4 months ago (2016-08-08 10:01:17 UTC) #33
commit-bot: I haz the power
4 years, 4 months ago (2016-08-08 10:04:48 UTC) #35
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/c38f1011e89ececb2ac7f4acdfdf5216a2e94e83
Cr-Commit-Position: refs/heads/master@{#38429}

Powered by Google App Engine
This is Rietveld 408576698