Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9c04ea

Browse files
codebyteremarco-ippolito
authored andcommitted
build: ensure v8_pointer_compression_sandbox is enabled on 64bit
PR-URL:#53884Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent6bafe8a commita9c04ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎common.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
['target_arch in "arm ia32 mips mipsel ppc"', {
116116
'v8_enable_pointer_compression':0,
117117
'v8_enable_31bit_smis_on_64bit_arch':0,
118+
'v8_enable_sandbox':0
118119
}],
119120
['target_arch in "ppc64 s390x"', {
120121
'v8_enable_backtrace':1,

‎configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,7 @@ def configure_v8(o):
15721572
o['variables']['v8_use_siphash']=0ifoptions.without_siphashelse1
15731573
o['variables']['v8_enable_maglev']=1ifoptions.v8_enable_maglevelse0
15741574
o['variables']['v8_enable_pointer_compression']=1ifoptions.enable_pointer_compressionelse0
1575+
o['variables']['v8_enable_sandbox']=1ifoptions.enable_pointer_compressionelse0
15751576
o['variables']['v8_enable_31bit_smis_on_64bit_arch']=1ifoptions.enable_pointer_compressionelse0
15761577
o['variables']['v8_enable_shared_ro_heap']=0ifoptions.enable_pointer_compressionoroptions.disable_shared_ro_heapelse1
15771578
o['variables']['v8_enable_extensible_ro_snapshot']=0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp