Temporarily disable double fields unboxing.
authorishell <ishell@chromium.org>
Wed, 18 Feb 2015 16:44:53 +0000 (08:44 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Feb 2015 16:45:03 +0000 (16:45 +0000)
Review URL: https://codereview.chromium.org/928733003

Cr-Commit-Position: refs/heads/master@{#26727}

src/globals.h

index 1c6d76e..32396d8 100644 (file)
@@ -89,7 +89,7 @@ namespace internal {
 
 // Determine whether double field unboxing feature is enabled.
 #if V8_TARGET_ARCH_64_BIT
-#define V8_DOUBLE_FIELDS_UNBOXING 1
+#define V8_DOUBLE_FIELDS_UNBOXING 0
 #else
 #define V8_DOUBLE_FIELDS_UNBOXING 0
 #endif