Revision: 11616
Author: [email protected]
Date: Mon May 21 09:22:54 2012
Log: Disable array index dehoisting because of performance regressions
on Kraken imaging-desaturate.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10383269
http://code.google.com/p/v8/source/detail?r=11616
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Mon May 21 00:59:50 2012
+++ /branches/bleeding_edge/src/flag-definitions.h Mon May 21 09:22:54 2012
@@ -197,7 +197,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