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

Unified Diff: runtime/vm/flow_graph.cc

Issue 18111006: Collect edge count profiling data and reorder basic blocks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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.cc
diff --git a/runtime/vm/flow_graph.cc b/runtime/vm/flow_graph.cc
index 6f63b69d2a4a8439070900d8f45974f24c948a1f..6be230031d8927f544f12756511935e6dc0d179f 100644
--- a/runtime/vm/flow_graph.cc
+++ b/runtime/vm/flow_graph.cc
@@ -31,6 +31,7 @@ FlowGraph::FlowGraph(const FlowGraphBuilder& builder,
preorder_(),
postorder_(),
reverse_postorder_(),
+ optimized_block_order_(),
block_effects_(NULL),
licm_allowed_(true),
loop_headers_(NULL),

Powered by Google App Engine
This is Rietveld 408576698