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

Issue 1022783002: [turbofan] Remove last_use_ field from Node. (Closed)

Created:
5 years, 9 months ago by titzer
Modified:
5 years, 9 months ago
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 last_use_ field from Node. R=mstarzinger@chromium.org BUG= Committed: https://crrev.com/cd339784800a6e7514277abf68dfe37ead32240e Cr-Commit-Position: refs/heads/master@{#27319}

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -308 lines) Patch
M src/compiler/node.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/compiler/node.cc View 3 chunks +23 lines, -37 lines 0 comments Download
M test/cctest/compiler/test-node.cc View 1 2 3 4 5 6 25 chunks +358 lines, -259 lines 0 comments Download
M test/unittests/compiler/node-properties-unittest.cc View 1 2 3 4 3 chunks +3 lines, -2 lines 0 comments Download
M test/unittests/compiler/node-test-utils.cc View 1 2 3 4 5 1 chunk +17 lines, -5 lines 0 comments Download
M test/unittests/compiler/node-unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
titzer
5 years, 9 months ago (2015-03-19 08:52:26 UTC) #1
Michael Starzinger
https://codereview.chromium.org/1022783002/diff/1/test/unittests/compiler/node-properties-unittest.cc File test/unittests/compiler/node-properties-unittest.cc (right): https://codereview.chromium.org/1022783002/diff/1/test/unittests/compiler/node-properties-unittest.cc#newcode61 test/unittests/compiler/node-properties-unittest.cc:61: EXPECT_THAT(start->uses(), ElementsAre(use_effect, node)); Can we use UnorderedElementsAre here instead ...
5 years, 9 months ago (2015-03-19 09:40:09 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/1022783002/diff/1/test/unittests/compiler/node-test-utils.cc File test/unittests/compiler/node-test-utils.cc (right): https://codereview.chromium.org/1022783002/diff/1/test/unittests/compiler/node-test-utils.cc#newcode561 test/unittests/compiler/node-test-utils.cc:561: NodeMatcher::MatchAndExplain(node, listener) && This was already checked above, can ...
5 years, 9 months ago (2015-03-19 09:43:51 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/1022783002/diff/1/test/unittests/compiler/node-unittest.cc File test/unittests/compiler/node-unittest.cc (right): https://codereview.chromium.org/1022783002/diff/1/test/unittests/compiler/node-unittest.cc#newcode46 test/unittests/compiler/node-unittest.cc:46: static Node* UseAt(Node* node, int index) { There should ...
5 years, 9 months ago (2015-03-19 09:46:23 UTC) #5
titzer
https://codereview.chromium.org/1022783002/diff/1/test/unittests/compiler/node-properties-unittest.cc File test/unittests/compiler/node-properties-unittest.cc (right): https://codereview.chromium.org/1022783002/diff/1/test/unittests/compiler/node-properties-unittest.cc#newcode61 test/unittests/compiler/node-properties-unittest.cc:61: EXPECT_THAT(start->uses(), ElementsAre(use_effect, node)); On 2015/03/19 09:40:08, Michael Starzinger wrote: ...
5 years, 9 months ago (2015-03-19 10:10:32 UTC) #6
Michael Starzinger
LGTM. https://codereview.chromium.org/1022783002/diff/20001/test/unittests/compiler/node-properties-unittest.cc File test/unittests/compiler/node-properties-unittest.cc (right): https://codereview.chromium.org/1022783002/diff/20001/test/unittests/compiler/node-properties-unittest.cc#newcode12 test/unittests/compiler/node-properties-unittest.cc:12: using testing::UnorderedElementsAre; nit: Please alpha-sort.
5 years, 9 months ago (2015-03-19 10:16:18 UTC) #7
titzer
https://codereview.chromium.org/1022783002/diff/20001/test/unittests/compiler/node-properties-unittest.cc File test/unittests/compiler/node-properties-unittest.cc (right): https://codereview.chromium.org/1022783002/diff/20001/test/unittests/compiler/node-properties-unittest.cc#newcode12 test/unittests/compiler/node-properties-unittest.cc:12: using testing::UnorderedElementsAre; On 2015/03/19 10:16:18, Michael Starzinger wrote: > ...
5 years, 9 months ago (2015-03-19 10:19:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1022783002/80001
5 years, 9 months ago (2015-03-19 10:20:18 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/918)
5 years, 9 months ago (2015-03-19 10:57:38 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1022783002/100001
5 years, 9 months ago (2015-03-19 14:28:24 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/941)
5 years, 9 months ago (2015-03-19 14:43:41 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1022783002/120001
5 years, 9 months ago (2015-03-19 14:56:16 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 9 months ago (2015-03-19 15:44:35 UTC) #22
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 15:44:45 UTC) #23
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/cd339784800a6e7514277abf68dfe37ead32240e
Cr-Commit-Position: refs/heads/master@{#27319}

Powered by Google App Engine
This is Rietveld 408576698