Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: src/flag-definitions.h

Issue 2796233003: [heap] Evacuation for young generation (Closed)
Patch Set: Fix compaction space test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/heap/gc-tracer.h » ('j') | src/heap/mark-compact.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 513f81a91df654cef80e6c0554ebdf4273856cb5..f83bfa8354263afa191b1494997ccfdeb537c166 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -671,8 +671,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)
+DEFINE_BOOL(minor_mc, true, "perform young generation mark compact GCs")
Hannes Payer (out of office) 2017/05/02 16:17:26 Make sure you do not turn it on on ToT unless perf
Michael Lippautz 2017/05/02 16:56:17 Sure.
DEFINE_NEG_IMPLICATION(minor_mc, flush_code)
DEFINE_BOOL(black_allocation, true, "use black allocation")
DEFINE_BOOL(concurrent_store_buffer, true,
« no previous file with comments | « no previous file | src/heap/gc-tracer.h » ('j') | src/heap/mark-compact.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698