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

Unified Diff: runtime/vm/compiler.cc

Issue 10832159: Don't mark register constraints resolution moves as prefering registers. (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
« no previous file with comments | « no previous file | runtime/vm/flow_graph_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/compiler.cc
diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
index 91082027b46459e4e22f483dbcb183f851c3be91..3e1bbe0c61839b6f7a52eb62a2728f88e4289995 100644
--- a/runtime/vm/compiler.cc
+++ b/runtime/vm/compiler.cc
@@ -35,7 +35,7 @@ DEFINE_FLAG(bool, trace_compiler, false, "Trace compiler operations.");
#if defined(TARGET_ARCH_X64)
DEFINE_FLAG(bool, use_ssa, true, "Use SSA form");
#else
-DEFINE_FLAG(bool, use_ssa, false, "Use SSA form");
+DEFINE_FLAG(bool, use_ssa, true, "Use SSA form");
Florian Schneider 2012/08/06 15:02:28 Please undo this before committing.
#endif
DEFINE_FLAG(int, deoptimization_counter_threshold, 5,
"How many times we allow deoptimization before we disallow"
« no previous file with comments | « no previous file | runtime/vm/flow_graph_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698