Reviewers: Jakob,

Description:
Temporarily disable double fields unboxing.

Please review this at https://codereview.chromium.org/928733003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M src/globals.h


Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 1c6d76e2d968244fd46c8af9a3bcb2091c12cbe1..32396d89ea3d2415a2e10938d3a83049055b9740 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


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to