Skip to content

Commit 209cf09

Browse files
isheludkoCommit bot
authored andcommitted
Temporarily disable double fields unboxing.
Review URL: https://codereview.chromium.org/928733003 Cr-Commit-Position: refs/heads/master@{#26727}
1 parent 90501dd commit 209cf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace internal {
8989

9090
// Determine whether double field unboxing feature is enabled.
9191
#if V8_TARGET_ARCH_64_BIT
92-
#define V8_DOUBLE_FIELDS_UNBOXING 1
92+
#define V8_DOUBLE_FIELDS_UNBOXING 0
9393
#else
9494
#define V8_DOUBLE_FIELDS_UNBOXING 0
9595
#endif

0 commit comments

Comments
 (0)