Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 3f43c7e6e3917ccadc5a9f64285725e022fcb45b..e595736b4640dcc443cdd25fc4a9d10b371f5da6 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -520,6 +520,7 @@ DEFINE_BOOL(trace_incremental_marking, false, |
"trace progress of the incremental marking") |
DEFINE_BOOL(track_gc_object_stats, false, |
"track object counts and memory usage") |
+DEFINE_BOOL(always_precise_sweeping, false, "always sweep precisely") |
DEFINE_BOOL(parallel_sweeping, false, "enable parallel sweeping") |
DEFINE_BOOL(concurrent_sweeping, true, "enable concurrent sweeping") |
DEFINE_INT(sweeper_threads, 0, |