From 51c59ede18831d1c1a1d70fa9fa456f946ac486b Mon Sep 17 00:00:00 2001 From: ishell Date: Fri, 6 Feb 2015 07:50:31 -0800 Subject: [PATCH] Temporarily disable double fields unboxing. Review URL: https://codereview.chromium.org/893843004 Cr-Commit-Position: refs/heads/master@{#26492} --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.h b/src/globals.h index 0248bb1600..322d898e48 100644 --- a/src/globals.h +++ b/src/globals.h @@ -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