We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c161d3 commit e45f0dfCopy full SHA for e45f0df
runtime/tools/dartfuzz/flag_fuzzer.dart
@@ -39,13 +39,13 @@ final gcFlags = [
39
"--dontneed_on_sweep",
40
"--force_evacuation",
41
"--mark_when_idle",
42
- "--marker_tasks=${range(0, 3)}", // 0 disables parallel marking
+ "--marker_tasks=${range(1, 3)}",
43
"--no_concurrent_mark",
44
"--no_concurrent_sweep",
45
"--no_inline_alloc",
46
"--runtime_allocate_old",
47
"--runtime_allocate_spill_tlab",
48
- "--scavenger_tasks=${range(0, 3)}", // 0 disables parallel scavenge
+ "--scavenger_tasks=${range(1, 3)}",
49
"--use_compactor",
50
"--verify_after_gc",
51
"--verify_after_marking",
0 commit comments