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

Issue 951553005: [turbofan] remove dependence of InstructionBlock on BasicBlock (Closed)

Created:
5 years, 10 months ago by dcarney
Modified:
5 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] remove dependence of InstructionBlock on BasicBlock BUG= Committed: https://crrev.com/e928c9d52b68c6a2873f72297508d12a88215aaa Cr-Commit-Position: refs/heads/master@{#26859}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 14

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -192 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/code-generator.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/compiler/code-generator.cc View 1 6 chunks +7 lines, -9 lines 0 comments Download
M src/compiler/code-generator-impl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/graph-visualizer.cc View 1 2 3 4 5 chunks +11 lines, -11 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/instruction.h View 1 2 3 4 5 13 chunks +58 lines, -32 lines 0 comments Download
M src/compiler/instruction.cc View 1 12 chunks +30 lines, -32 lines 0 comments Download
M src/compiler/instruction-selector.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/instruction-selector.cc View 1 4 chunks +8 lines, -5 lines 0 comments Download
M src/compiler/instruction-selector-impl.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/compiler/jump-threading.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/compiler/jump-threading.cc View 1 2 3 4 5 3 chunks +4 lines, -8 lines 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/pipeline.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/ppc/code-generator-ppc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/register-allocator.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/register-allocator-verifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/schedule.h View 1 3 chunks +0 lines, -31 lines 0 comments Download
M src/compiler/schedule.cc View 1 2 3 4 5 3 chunks +3 lines, -8 lines 0 comments Download
M src/compiler/verifier.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/test-instruction.cc View 1 6 6 chunks +21 lines, -18 lines 0 comments Download
M test/cctest/compiler/test-jump-threading.cc View 1 2 3 4 5 2 chunks +3 lines, -5 lines 0 comments Download
M test/unittests/compiler/instruction-selector-unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/compiler/instruction-sequence-unittest.h View 1 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/compiler/instruction-sequence-unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
Michael Starzinger
LGTM if comments are addressed. I like it! https://codereview.chromium.org/951553005/diff/80001/src/compiler/instruction-selector.h File src/compiler/instruction-selector.h (right): https://codereview.chromium.org/951553005/diff/80001/src/compiler/instruction-selector.h#newcode24 src/compiler/instruction-selector.h:24: class ...
5 years, 10 months ago (2015-02-25 14:59:38 UTC) #2
dcarney
https://codereview.chromium.org/951553005/diff/80001/src/compiler/instruction-selector.h File src/compiler/instruction-selector.h (right): https://codereview.chromium.org/951553005/diff/80001/src/compiler/instruction-selector.h#newcode24 src/compiler/instruction-selector.h:24: class BasicBlock; On 2015/02/25 14:59:37, Michael Starzinger wrote: > ...
5 years, 10 months ago (2015-02-25 16:08:26 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/951553005/100001
5 years, 10 months ago (2015-02-25 16:09:03 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel/builds/3252)
5 years, 10 months ago (2015-02-25 16:14:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/951553005/120001
5 years, 10 months ago (2015-02-25 16:18:13 UTC) #11
dcarney
https://codereview.chromium.org/951553005/diff/80001/test/cctest/compiler/test-instruction.cc File test/cctest/compiler/test-instruction.cc (left): https://codereview.chromium.org/951553005/diff/80001/test/cctest/compiler/test-instruction.cc#oldcode134 test/cctest/compiler/test-instruction.cc:134: CHECK_EQ(block->id().ToInt(), R.BlockAt(block)->id().ToInt()); On 2015/02/25 16:08:26, dcarney wrote: > On ...
5 years, 10 months ago (2015-02-25 16:19:04 UTC) #12
Michael Starzinger
https://codereview.chromium.org/951553005/diff/80001/test/cctest/compiler/test-instruction.cc File test/cctest/compiler/test-instruction.cc (left): https://codereview.chromium.org/951553005/diff/80001/test/cctest/compiler/test-instruction.cc#oldcode134 test/cctest/compiler/test-instruction.cc:134: CHECK_EQ(block->id().ToInt(), R.BlockAt(block)->id().ToInt()); On 2015/02/25 16:19:04, dcarney wrote: > On ...
5 years, 10 months ago (2015-02-25 16:24:23 UTC) #13
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 10 months ago (2015-02-25 16:37:56 UTC) #14
commit-bot: I haz the power
5 years, 10 months ago (2015-02-25 16:38:10 UTC) #15
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e928c9d52b68c6a2873f72297508d12a88215aaa
Cr-Commit-Position: refs/heads/master@{#26859}

Powered by Google App Engine
This is Rietveld 408576698