Temporarily disable double fields unboxing.
Review URL: https://codereview.chromium.org/893843004 Cr-Commit-Position: refs/heads/master@{#26492}
This commit is contained in:
parent
0c43274394
commit
51c59ede18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user