Revision: 11786
Author:   [email protected]
Date:     Tue Jun 12 15:34:13 2012
Log: Revert r11778 "Activate packed array optimizations by default" due to mjsunit test failures on ARM.
TBR=danno
Review URL: https://chromiumcodereview.appspot.com/10550002
http://code.google.com/p/v8/source/detail?r=11786

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Tue Jun 12 08:38:57 2012
+++ /branches/bleeding_edge/src/flag-definitions.h      Tue Jun 12 15:34:13 2012
@@ -152,7 +152,7 @@
 DEFINE_implication(harmony_modules, harmony_scoping)

 // Flags for experimental implementation features.
-DEFINE_bool(packed_arrays, true, "optimizes arrays that have no holes")
+DEFINE_bool(packed_arrays, false, "optimizes arrays that have no holes")
 DEFINE_bool(smi_only_arrays, true, "tracks arrays with only smi values")
 DEFINE_bool(clever_optimizations,
             true,

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

Reply via email to