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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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'] = 1 if options.enable_pointer_compression else 0
17211721
o['variables']['v8_enable_sandbox'] = 1 if options.enable_pointer_compression else 0
17221722
o['variables']['v8_enable_31bit_smis_on_64bit_arch'] = 1 if options.enable_pointer_compression else 0
1723-
o['variables']['v8_enable_shared_ro_heap'] = 0 if options.enable_pointer_compression or options.disable_shared_ro_heap else 1
1723+
o['variables']['v8_enable_shared_ro_heap'] = 0 if options.disable_shared_ro_heap else 1
17241724
o['variables']['v8_enable_extensible_ro_snapshot'] = 0
17251725
o['variables']['v8_trace_maps'] = 1 if options.trace_maps else 0
17261726
o['variables']['node_use_v8_platform'] = b(not options.without_v8_platform)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy