chore: enable v8_enable_private_mapping_fork_optimization by default (#39253)

* chore: enable v8_enable_private_mapping_fork_optimization by default

* chore: cherry-pick 292a4a6 from v8
This commit is contained in:
Robo
2023-08-28 23:16:20 +09:00
committed by GitHub
parent f369b144d6
commit b5997a012d
3 changed files with 39 additions and 0 deletions

View File

@@ -56,3 +56,7 @@ v8_builtins_profiling_log_file = ""
# https://chromium.googlesource.com/chromium/src/+/main/docs/dangling_ptr.md
# TODO(vertedinde): hunt down dangling pointers on Linux
enable_dangling_raw_ptr_checks = false
# This flag speeds up the performance of fork/execve on linux systems.
# Ref: https://chromium-review.googlesource.com/c/v8/v8/+/4602858
v8_enable_private_mapping_fork_optimization = true