Commit 225bc87e authored by Toon Verwaest's avatar Toon Verwaest Committed by Commit Bot

Revert '[runtime] Temporarily disable double fields unboxing.'

Bug: chromium:831981
Change-Id: Ie0e4bb6ca585f76829e0100202e01d02c521ac51
Reviewed-on: https://chromium-review.googlesource.com/1009902Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
Commit-Queue: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52566}
parent 72a126b9
...@@ -103,7 +103,7 @@ constexpr int kStackSpaceRequiredForCompilation = 40; ...@@ -103,7 +103,7 @@ constexpr int kStackSpaceRequiredForCompilation = 40;
// Determine whether double field unboxing feature is enabled. // Determine whether double field unboxing feature is enabled.
#if V8_TARGET_ARCH_64_BIT #if V8_TARGET_ARCH_64_BIT
#define V8_DOUBLE_FIELDS_UNBOXING 0 #define V8_DOUBLE_FIELDS_UNBOXING 1
#else #else
#define V8_DOUBLE_FIELDS_UNBOXING 0 #define V8_DOUBLE_FIELDS_UNBOXING 0
#endif #endif
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment