Revision: 12305
Author: [email protected]
Date: Tue Aug 14 02:22:34 2012
Log: Disable array index dehoisting due to stability issues.
Review URL: https://chromiumcodereview.appspot.com/10834303
http://code.google.com/p/v8/source/detail?r=12305
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Fri Aug 10 05:26:21 2012
+++ /branches/bleeding_edge/src/flag-definitions.h Tue Aug 14 02:22:34 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, true,
+DEFINE_bool(array_index_dehoisting, false,
"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