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

Unified Diff: src/compiler/node-marker.h

Issue 1122423003: [turbofan] Add support for advanced reducers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Move comment Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/graph-reducer.cc ('k') | src/compiler/node-marker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/node-marker.h
diff --git a/src/compiler/node-marker.h b/src/compiler/node-marker.h
index 837c92cfc27557ee7262b38ff7adcc140fbb6b81..853ba2228814ba8d0032428c1b81f1fec7ea1714 100644
--- a/src/compiler/node-marker.h
+++ b/src/compiler/node-marker.h
@@ -29,6 +29,7 @@ class NodeMarkerBase {
Mark Get(Node* node);
void Set(Node* node, Mark mark);
+ void Reset(Graph* graph);
private:
Mark mark_min_;
« no previous file with comments | « src/compiler/graph-reducer.cc ('k') | src/compiler/node-marker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698