Chromium Code Reviews

Unified Diff: src/flag-definitions.h

Issue 2498583002: [heap] Minor MC: Add marking (Closed)
Patch Set: Fix uncommitting of markingdeque Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/global-handles.h » ('j') | src/global-handles.cc » ('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 fedcaa5978429c2dae7ba610a5002d6281a3fdb0..914383e50e27219feb4731a0c7a67d27554cd3b6 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -761,6 +761,9 @@ DEFINE_BOOL(trace_detached_contexts, false,
DEFINE_IMPLICATION(trace_detached_contexts, track_detached_contexts)
#ifdef VERIFY_HEAP
DEFINE_BOOL(verify_heap, false, "verify heap pointers before and after GC")
+DEFINE_BOOL(verify_minor_mc_marking, false,
+ "verify marking of minor_mc using the Scavenger")
+DEFINE_NEG_IMPLICATION(verify_minor_mc_marking, incremental_marking)
#endif
DEFINE_BOOL(move_object_start, true, "enable moving of object starts")
DEFINE_BOOL(memory_reducer, true, "use memory reducer")
« no previous file with comments | « no previous file | src/global-handles.h » ('j') | src/global-handles.cc » ('J')

Powered by Google App Engine