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

Unified Diff: runtime/vm/flow_graph.h

Issue 10879036: Compute the def-use list on-demand by walking the dominator tree. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
Index: runtime/vm/flow_graph.h
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
index e76dd22c4cb71da0bf0e9dba2d36e9b0f2c5b098..9212165a2df4f419bdcedf850b60d6e1a3d3e6da 100644
--- a/runtime/vm/flow_graph.h
+++ b/runtime/vm/flow_graph.h
@@ -58,6 +58,7 @@ class FlowGraph: public ZoneAllocated {
// Operations on the flow graph.
void ComputeSSA();
+ bool ComputeUseLists();
Vyacheslav Egorov (Google) 2012/08/23 13:51:10 please add a comment explaining the meaning of the
// TODO(zerny): Once the SSA is feature complete this should be removed.
void Bailout(const char* reason) const;

Powered by Google App Engine
This is Rietveld 408576698