Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 865413e70d0fe6d1db7cad64a46bc877c9079112..34a903aac20bc14bde1ea5ec088324e8be8d56d8 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -235,7 +235,7 @@ DEFINE_bool(use_range, true, "use hydrogen range analysis") |
DEFINE_bool(use_gvn, true, "use hydrogen global value numbering") |
DEFINE_bool(use_canonicalizing, true, "use hydrogen instruction canonicalizing") |
DEFINE_bool(use_inlining, true, "use function inlining") |
-DEFINE_bool(use_escape_analysis, true, "use hydrogen escape analysis") |
+DEFINE_bool(use_escape_analysis, false, "use hydrogen escape analysis") |
DEFINE_bool(use_allocation_folding, true, "use allocation folding") |
DEFINE_int(max_inlining_levels, 5, "maximum number of inlining levels") |
DEFINE_int(max_inlined_source_size, 600, |