Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 8730) |
+++ src/flag-definitions.h (working copy) |
@@ -100,7 +100,7 @@ |
DEFINE_bool(harmony_proxies, false, "enable harmony proxies") |
// Flags for experimental implementation features. |
-DEFINE_bool(unbox_double_arrays, true, "automatically unbox arrays of doubles") |
+DEFINE_bool(unbox_double_arrays, false, "automatically unbox arrays of doubles") |
// Flags for Crankshaft. |
#ifdef V8_TARGET_ARCH_MIPS |