File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 113
113
['target_arch in "arm ia32 mips mipsel ppc"' , {
114
114
'v8_enable_pointer_compression' : 0 ,
115
115
'v8_enable_31bit_smis_on_64bit_arch' : 0 ,
116
+ 'v8_enable_sandbox' : 0
116
117
}],
117
118
['target_arch in "ppc64 s390x"' , {
118
119
'v8_enable_backtrace' : 1 ,
Original file line number Diff line number Diff line change @@ -1640,6 +1640,7 @@ def configure_v8(o, configs):
1640
1640
o ['variables' ]['v8_enable_maglev' ] = B (not options .v8_disable_maglev and
1641
1641
o ['variables' ]['target_arch' ] in maglev_enabled_architectures )
1642
1642
o ['variables' ]['v8_enable_pointer_compression' ] = 1 if options .enable_pointer_compression else 0
1643
+ o ['variables' ]['v8_enable_sandbox' ] = 1 if options .enable_pointer_compression else 0
1643
1644
o ['variables' ]['v8_enable_31bit_smis_on_64bit_arch' ] = 1 if options .enable_pointer_compression else 0
1644
1645
o ['variables' ]['v8_enable_shared_ro_heap' ] = 0 if options .enable_pointer_compression or options .disable_shared_ro_heap else 1
1645
1646
o ['variables' ]['v8_enable_extensible_ro_snapshot' ] = 0
You can’t perform that action at this time.
0 commit comments