Revision: 8719
Author: [email protected]
Date: Fri Jul 22 02:48:54 2011
Log: Enable unboxed double arrays by default.
[email protected]
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7491007
http://code.google.com/p/v8/source/detail?r=8719
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed Jul 13 02:09:04 2011
+++ /branches/bleeding_edge/src/flag-definitions.h Fri Jul 22 02:48:54 2011
@@ -100,7 +100,7 @@
DEFINE_bool(harmony_proxies, false, "enable harmony proxies")
// Flags for experimental implementation features.
-DEFINE_bool(unbox_double_arrays, false, "automatically unbox arrays of
doubles")
+DEFINE_bool(unbox_double_arrays, true, "automatically unbox arrays of
doubles")
// Flags for Crankshaft.
#ifdef V8_TARGET_ARCH_MIPS
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev