Reviewers: Toon Verwaest,
Description:
Enable inobject double fields unboxing for 64-bit archs.
Please review this at https://codereview.chromium.org/753503002/
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
937c4ac38dcd0d42c7595cfe6e69fdcf660b2e7a..7188078ad03426143f2a6925f59d61bb6b36bb76
100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -84,7 +84,7 @@ namespace internal {
// Determine whether double field unboxing feature is enabled.
#if (V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64)
-#define V8_DOUBLE_FIELDS_UNBOXING 0
+#define V8_DOUBLE_FIELDS_UNBOXING 1
#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.