Commit c27b15b4 authored by Hannes Payer's avatar Hannes Payer Committed by V8 LUCI CQ

[heap] Enable --separate-gc-phases flag.

Bug: v8:12503
Change-Id: I81d02231b7e40fb0ed487de128ffaedcd3cd2126
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3571898Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Hannes Payer <hpayer@chromium.org>
Cr-Commit-Position: refs/heads/main@{#79817}
parent 190af788
......@@ -1184,7 +1184,7 @@ DEFINE_BOOL(huge_max_old_generation_size, true,
"Increase max size of the old space to 4 GB for x64 systems with"
"the physical memory bigger than 16 GB")
DEFINE_SIZE_T(initial_old_space_size, 0, "initial old space size (in Mbytes)")
DEFINE_BOOL(separate_gc_phases, false,
DEFINE_BOOL(separate_gc_phases, true,
"yound and full garbage collection phases are not overlapping")
DEFINE_BOOL(global_gc_scheduling, true,
"enable GC scheduling based on global memory")
......
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