mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Explicitly set v8_enable_handle_zapping
to false (#1188)
This commit is contained in:
parent
ffb875d5ae
commit
6043e7d49e
2
.gn
2
.gn
@ -37,6 +37,8 @@ default_args = {
|
||||
v8_use_external_startup_data = false
|
||||
v8_use_snapshot = true
|
||||
|
||||
# Disable handle zapping for performance
|
||||
v8_enable_handle_zapping = false
|
||||
# Ensure allocation of typed arrays and arraybuffers always goes through
|
||||
# the embedder's ArrayBufferAllocator, otherwise small buffers get moved
|
||||
# around by the garbage collector but embedders normally want them to have
|
||||
|
Loading…
Reference in New Issue
Block a user