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

Issue 768763002: [turbofan] Add TraversalState and GraphTraversal and use them in GraphReducer. (Closed)

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

Description

[turbofan] Add NodeMarker and use it in the GraphReducer. R=mstarzinger@chromium.org BUG= Committed: https://chromium.googlesource.com/v8/v8/+/6f60c0d3b83efe05cff992c460f4f8df325e0204

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : Rename to Mark and NodeMarker #

Patch Set 4 : Check for wraparound. #

Total comments: 1

Patch Set 5 : base embedded. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -36 lines) Patch
M src/compiler/graph.h View 1 2 3 4 2 chunks +40 lines, -1 line 0 comments Download
M src/compiler/graph.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/graph-reducer.h View 1 2 2 chunks +5 lines, -9 lines 0 comments Download
M src/compiler/graph-reducer.cc View 1 2 6 chunks +13 lines, -24 lines 0 comments Download
M src/compiler/node.h View 1 2 3 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
titzer
6 years ago (2014-11-28 10:01:07 UTC) #1
Michael Starzinger
https://codereview.chromium.org/768763002/diff/1/src/compiler/graph.h File src/compiler/graph.h (right): https://codereview.chromium.org/768763002/diff/1/src/compiler/graph.h#newcode22 src/compiler/graph.h:22: template <typename LocalState> nit: Can we use s/LocalState/State/ here ...
6 years ago (2014-11-28 11:27:27 UTC) #2
titzer
On 2014/11/28 11:27:27, Michael Starzinger wrote: > https://codereview.chromium.org/768763002/diff/1/src/compiler/graph.h > File src/compiler/graph.h (right): > > https://codereview.chromium.org/768763002/diff/1/src/compiler/graph.h#newcode22 ...
6 years ago (2014-11-28 12:01:05 UTC) #3
Michael Starzinger
LGTM.
6 years ago (2014-11-28 12:09:44 UTC) #4
Michael Starzinger
https://codereview.chromium.org/768763002/diff/60001/src/compiler/graph.h File src/compiler/graph.h (right): https://codereview.chromium.org/768763002/diff/60001/src/compiler/graph.h#newcode91 src/compiler/graph.h:91: class NodeMarker : public ZoneObject { nit: Does it ...
6 years ago (2014-11-28 12:12:36 UTC) #5
titzer
On 2014/11/28 12:12:36, Michael Starzinger wrote: > https://codereview.chromium.org/768763002/diff/60001/src/compiler/graph.h > File src/compiler/graph.h (right): > > https://codereview.chromium.org/768763002/diff/60001/src/compiler/graph.h#newcode91 ...
6 years ago (2014-11-28 12:15:52 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/768763002/80001
6 years ago (2014-11-28 12:21:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/768763002/80001
6 years ago (2014-11-28 12:22:12 UTC) #11
titzer
6 years ago (2014-11-28 13:05:06 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
6f60c0d3b83efe05cff992c460f4f8df325e0204 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698