Skip to content

Commit 1689ee8

Browse files
targosRafaelGSS
authored andcommitted
build: enable shared RO heap with ptr compression
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/5857294 PR-URL: #58070 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 15f2fb9 commit 1689ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎configure.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ def configure_v8(o, configs):
17201720
o['variables']['v8_enable_pointer_compression'] =1ifoptions.enable_pointer_compressionelse0
17211721
o['variables']['v8_enable_sandbox'] =1ifoptions.enable_pointer_compressionelse0
17221722
o['variables']['v8_enable_31bit_smis_on_64bit_arch'] =1ifoptions.enable_pointer_compressionelse0
1723-
o['variables']['v8_enable_shared_ro_heap'] =0ifoptions.enable_pointer_compressionoroptions.disable_shared_ro_heapelse1
1723+
o['variables']['v8_enable_shared_ro_heap'] =0ifoptions.disable_shared_ro_heapelse1
17241724
o['variables']['v8_enable_extensible_ro_snapshot'] =0
17251725
o['variables']['v8_trace_maps'] =1ifoptions.trace_mapselse0
17261726
o['variables']['node_use_v8_platform'] =b(notoptions.without_v8_platform)

0 commit comments

Comments
 (0)