◐ Shell
clean mode source ↗

build: ensure v8_pointer_compression_sandbox is enabled on 64bit · nodejs/node@a9c04ea

Original file line numberDiff line numberDiff line change

@@ -1572,6 +1572,7 @@ def configure_v8(o):

15721572

o['variables']['v8_use_siphash'] = 0 if options.without_siphash else 1

15731573

o['variables']['v8_enable_maglev'] = 1 if options.v8_enable_maglev else 0

15741574

o['variables']['v8_enable_pointer_compression'] = 1 if options.enable_pointer_compression else 0

1575+

o['variables']['v8_enable_sandbox'] = 1 if options.enable_pointer_compression else 0

15751576

o['variables']['v8_enable_31bit_smis_on_64bit_arch'] = 1 if options.enable_pointer_compression else 0

15761577

o['variables']['v8_enable_shared_ro_heap'] = 0 if options.enable_pointer_compression or options.disable_shared_ro_heap else 1

15771578

o['variables']['v8_enable_extensible_ro_snapshot'] = 0