Revision: 8749
Author:   [email protected]
Date:     Wed Jul 27 08:29:02 2011
Log:      Re-activate unboxed double arrays by default.

[email protected]
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/7477047
http://code.google.com/p/v8/source/detail?r=8749

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

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Mon Jul 25 03:24:14 2011
+++ /branches/bleeding_edge/src/flag-definitions.h      Wed Jul 27 08:29:02 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

Reply via email to