feat: enable maglev (#1517)

This commit is contained in:
snek 2024-07-08 07:48:50 -07:00 committed by GitHub
parent 8820e5b4ee
commit db047c1e47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
.gn
View File

@ -59,11 +59,6 @@ default_args = {
# compile.
v8_enable_verify_heap = false
# Maglev *should* be supported when pointer compression is disabled as per
# https://chromium-review.googlesource.com/c/v8/v8/+/4753150, but it still
# fails to compile.
v8_enable_maglev = false
# Enable V8 object print for debugging.
# v8_enable_object_print = true
@ -78,7 +73,4 @@ default_args = {
#
# rusty_v8 scopes are not on the stack.
v8_enable_v8_checks = false
# Enable Deno-specific extra bindings
deno_enable_extras = true
}