0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-01 12:15:46 -05:00

reenable pointer compression

This commit is contained in:
snek 2025-01-06 13:30:35 +01:00 committed by GitHub
parent 25900a3c33
commit 06b3aff28d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.gn
View file

@ -38,7 +38,7 @@ default_args = {
v8_use_external_startup_data = false
v8_use_snapshot = true
v8_enable_pointer_compression = false
v8_enable_pointer_compression = true
v8_imminent_deprecation_warnings = false