[heap] Add command line flags for GC experiments
Bug: chromium:966832 Change-Id: Ie89dbbc1d92f746547aecf4752b6b3189bc251aa Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1627987 Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Reviewed-by: Hannes Payer <hpayer@chromium.org> Cr-Commit-Position: refs/heads/master@{#61847}
This commit is contained in:
parent
f58b7e1727
commit
b25557b377
@ -881,6 +881,12 @@ DEFINE_INT(stress_scavenge, 0,
|
||||
DEFINE_IMPLICATION(fuzzer_gc_analysis, stress_marking)
|
||||
DEFINE_IMPLICATION(fuzzer_gc_analysis, stress_scavenge)
|
||||
|
||||
// These flags will be removed after experiments. Do not rely on them.
|
||||
DEFINE_BOOL(gc_experiment_background_schedule, false,
|
||||
"new background GC schedule heuristics")
|
||||
DEFINE_BOOL(gc_experiment_less_compaction, false,
|
||||
"less compaction in non-memory reducing mode")
|
||||
|
||||
DEFINE_BOOL(disable_abortjs, false, "disables AbortJS runtime function")
|
||||
|
||||
DEFINE_BOOL(manual_evacuation_candidates_selection, false,
|
||||
|
Loading…
Reference in New Issue
Block a user