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

Issue 754843002: [turbofan] Implement jump threading after register allocation. (Closed)

Created:
6 years ago by titzer
Modified:
6 years ago
Reviewers:
dcarney
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

[turbofan] Implement jump threading after register allocation. R=dcarney@chromium.org BUG=

Patch Set 1 #

Total comments: 2

Patch Set 2 : Integrate comments. #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 3

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : Fix stupid out of bounds access in test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1064 lines, -6 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/instruction.h View 1 2 3 4 5 8 chunks +34 lines, -4 lines 0 comments Download
M src/compiler/instruction.cc View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
A src/compiler/jump-threading.h View 1 chunk +34 lines, -0 lines 0 comments Download
A src/compiler/jump-threading.cc View 1 2 3 4 5 1 chunk +194 lines, -0 lines 0 comments Download
M src/compiler/pipeline.cc View 1 3 chunks +19 lines, -1 line 0 comments Download
M src/compiler/schedule.h View 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/compiler/test-jump-threading.cc View 1 2 3 4 5 6 7 8 1 chunk +765 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
titzer
6 years ago (2014-11-24 15:40:30 UTC) #1
dcarney
lgtm https://codereview.chromium.org/754843002/diff/1/src/compiler/jump-threading.cc File src/compiler/jump-threading.cc (right): https://codereview.chromium.org/754843002/diff/1/src/compiler/jump-threading.cc#newcode87 src/compiler/jump-threading.cc:87: } else if (instr->arch_opcode() == kArchNop) { a ...
6 years ago (2014-11-24 15:59:09 UTC) #2
titzer
On 2014/11/24 15:59:09, dcarney wrote: > lgtm > > https://codereview.chromium.org/754843002/diff/1/src/compiler/jump-threading.cc > File src/compiler/jump-threading.cc (right): > ...
6 years ago (2014-11-24 18:13:43 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/754843002/20001
6 years ago (2014-11-24 18:14:51 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel/builds/579)
6 years ago (2014-11-24 18:29:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/754843002/40001
6 years ago (2014-11-24 18:41:11 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel/builds/582)
6 years ago (2014-11-24 18:58:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/754843002/60001
6 years ago (2014-11-25 09:02:51 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel/builds/586)
6 years ago (2014-11-25 09:16:32 UTC) #15
dcarney
https://codereview.chromium.org/754843002/diff/80001/src/compiler/jump-threading.cc File src/compiler/jump-threading.cc (right): https://codereview.chromium.org/754843002/diff/80001/src/compiler/jump-threading.cc#newcode97 src/compiler/jump-threading.cc:97: // can't skip other instructions. you forgot to skip ...
6 years ago (2014-11-25 20:32:36 UTC) #16
titzer
https://codereview.chromium.org/754843002/diff/80001/src/compiler/jump-threading.cc File src/compiler/jump-threading.cc (right): https://codereview.chromium.org/754843002/diff/80001/src/compiler/jump-threading.cc#newcode97 src/compiler/jump-threading.cc:97: // can't skip other instructions. On 2014/11/25 20:32:36, dcarney ...
6 years ago (2014-11-26 09:37:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/754843002/140001
6 years ago (2014-11-26 10:42:02 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/161)
6 years ago (2014-11-26 11:22:46 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/754843002/160001
6 years ago (2014-11-26 12:12:43 UTC) #23
commit-bot: I haz the power
6 years ago (2014-11-26 12:41:54 UTC) #24
Message was sent while issue was closed.
Committed patchset #9 (id:160001)

Powered by Google App Engine
This is Rietveld 408576698