Reviewers: Jakob,

Description:
Version 4.1.0.19 (cherry-pick)

Merged 209cf09ac9e36c1a24cdfa918bc579a4671c6842

Temporarily disable double fields unboxing.

[email protected]
BUG=chromium:454297
LOG=Y

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

Base URL: https://chromium.googlesource.com/v8/[email protected]

Affected files (+2, -2 lines):
  M src/globals.h
  M src/version.cc


Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 48bb030b826f649d99173272597a678f3335bc9a..52ec2aaaa41817ec9acff12523f49acaf76ee7e5 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 1
+#define V8_DOUBLE_FIELDS_UNBOXING 0
 #else
 #define V8_DOUBLE_FIELDS_UNBOXING 0
 #endif
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index e603ff5895351b8d346478b73e3d67b02df445e9..9f1998b3d81cdc8ae3bb5c481b3e34f7d9b3d8c7 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     4
 #define MINOR_VERSION     1
 #define BUILD_NUMBER      0
-#define PATCH_LEVEL       18
+#define PATCH_LEVEL       19
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0


--
--
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