mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-22 04:40:01 +00:00
feat: enable maglev (#1517)
This commit is contained in:
parent
8820e5b4ee
commit
db047c1e47
8
.gn
8
.gn
@ -59,11 +59,6 @@ default_args = {
|
|||||||
# compile.
|
# compile.
|
||||||
v8_enable_verify_heap = false
|
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.
|
# Enable V8 object print for debugging.
|
||||||
# v8_enable_object_print = true
|
# v8_enable_object_print = true
|
||||||
|
|
||||||
@ -78,7 +73,4 @@ default_args = {
|
|||||||
#
|
#
|
||||||
# rusty_v8 scopes are not on the stack.
|
# rusty_v8 scopes are not on the stack.
|
||||||
v8_enable_v8_checks = false
|
v8_enable_v8_checks = false
|
||||||
|
|
||||||
# Enable Deno-specific extra bindings
|
|
||||||
deno_enable_extras = true
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user