Enable unboxed double arrays by default.
R=ager@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/7491007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8719 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
3e7d642d0a
commit
e63813ec48
@ -100,7 +100,7 @@ private:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user