Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index c2e7e44bcb6dc3a8006156bbcc1f6426838b35ab..90689710efd81d0f894f704f8a02da752cb737a0 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -673,8 +673,7 @@ 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, page_promotion) |
|
Michael Lippautz
2017/04/21 07:05:51
page_promotion should still be enabled for full MC
|
| +DEFINE_BOOL(minor_mc, true, "perform young generation mark compact GCs") |
| DEFINE_NEG_IMPLICATION(minor_mc, flush_code) |
| DEFINE_BOOL(black_allocation, true, "use black allocation") |
| DEFINE_BOOL(concurrent_store_buffer, true, |