Skip to content

Commit 64c09f6

Browse files
isheludkoCommit Bot
authored andcommitted
[ptr-compr] Temporarily disable 31 bit Smis on 64-bit architectures
The reason is to unblock M79 blocked by chromium:1009439 while full solution is not ready yet. This CL will be reverted after the M79 branch point. Bug: v8:9767, chromium:1009439 Change-Id: I5302d86fe953ecd94d9a4bba0d29c807b7b9d703 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1862554 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/master@{#64286}
1 parent c01bfb1 commit 64c09f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ declare_args() {
108108

109109
# Enable pointer compression (sets -dV8_COMPRESS_POINTERS).
110110
v8_enable_pointer_compression = ""
111-
v8_enable_31bit_smis_on_64bit_arch = true
111+
v8_enable_31bit_smis_on_64bit_arch = false
112112

113113
# Sets -dOBJECT_PRINT.
114114
v8_enable_object_print = ""

0 commit comments

Comments
 (0)