| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7e4cfd4e28aa234c684d009c8a2e91edb75604f3..edf2bdf1e77eec07349b352887534c3c2afec7b4 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -728,6 +728,8 @@ DEFINE_INT(min_progress_during_incremental_marking_finalization, 32,
|
| "least this many unmarked objects")
|
| DEFINE_INT(max_incremental_marking_finalization_rounds, 3,
|
| "at most try this many times to finalize incremental marking")
|
| +DEFINE_BOOL(minor_mc, false, "perform young generation mark compact GCs")
|
| +DEFINE_NEG_IMPLICATION(minor_mc, incremental_marking)
|
| DEFINE_BOOL(black_allocation, false, "use black allocation")
|
| DEFINE_BOOL(concurrent_sweeping, true, "use concurrent sweeping")
|
| DEFINE_BOOL(parallel_compaction, true, "use parallel compaction")
|
|
|