Revision: 19021
Author: [email protected]
Date: Mon Feb 3 07:57:07 2014 UTC
Log: Re-enable escape analysis.
[email protected], [email protected]
LOG=Y
BUG=
Review URL: https://codereview.chromium.org/142843004
http://code.google.com/p/v8/source/detail?r=19021
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Fri Jan 31 16:52:17 2014
UTC
+++ /branches/bleeding_edge/src/flag-definitions.h Mon Feb 3 07:57:07 2014
UTC
@@ -249,7 +249,7 @@
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, false, "use hydrogen escape analysis")
+DEFINE_bool(use_escape_analysis, true, "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,
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.