Commit a944e66b authored by Michael Lippautz's avatar Michael Lippautz Committed by V8 LUCI CQ

gn: Allow reading cppgc_enable_object_names from Blink

The flag is required to allow passing in more debug information when
necessary.

Change-Id: I34e407ba57786c242aac8b6f6af258969de43efd
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3468894Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#79126}
parent 5dd39b1d
......@@ -278,9 +278,6 @@ declare_args() {
# ARM64.
v8_control_flow_integrity = false
# Enable object names in cppgc for debug purposes.
cppgc_enable_object_names = false
# Enable heap reservation of size 4GB. Only possible for 64bit archs.
cppgc_enable_caged_heap =
v8_current_cpu == "x64" || v8_current_cpu == "arm64" ||
......
......@@ -86,6 +86,9 @@ declare_args() {
cppgc_is_standalone = false
# Enable object names in cppgc for debug purposes.
cppgc_enable_object_names = false
# Enable young generation in cppgc.
cppgc_enable_young_generation = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment