Revision: 12203
Author:   [email protected]
Date:     Thu Jul 26 07:21:40 2012
Log:      Re-enable array index dehoisting.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10826031
http://code.google.com/p/v8/source/detail?r=12203

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Wed Jul 25 08:26:16 2012
+++ /branches/bleeding_edge/src/flag-definitions.h      Thu Jul 26 07:21:40 2012
@@ -200,7 +200,7 @@
 DEFINE_bool(use_osr, true, "use on-stack replacement")
 DEFINE_bool(array_bounds_checks_elimination, true,
             "perform array bounds checks elimination")
-DEFINE_bool(array_index_dehoisting, false,
+DEFINE_bool(array_index_dehoisting, true,
             "perform array index dehoisting")

 DEFINE_bool(trace_osr, false, "trace on-stack replacement")

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to