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

Unified Diff: runtime/vm/flow_graph.cc

Issue 21363003: Enables per-function far-branches for ARM and MIPS. (Closed) Base URL: http://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
===================================================================
--- runtime/vm/flow_graph.cc (revision 25720)
+++ runtime/vm/flow_graph.cc (working copy)
@@ -33,6 +33,7 @@
reverse_postorder_(),
block_effects_(NULL),
licm_allowed_(true),
+ use_far_branches_(false),
loop_headers_(NULL),
loop_invariant_loads_(NULL) {
DiscoverBlocks();

Powered by Google App Engine
This is Rietveld 408576698