Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index db15562bcdd28506fc1228f9677d4991b53b9107..6ed70fa75d371d66e7d029a79c1f0020248b9d35 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -302,6 +302,7 @@ DEFINE_BOOL(track_field_types, true, "track field types") |
DEFINE_IMPLICATION(track_field_types, track_fields) |
DEFINE_IMPLICATION(track_field_types, track_heap_object_fields) |
DEFINE_BOOL(type_profile, false, "collect type information") |
+DEFINE_BOOL(block_coverage, false, "collect block coverage information") |
DEFINE_BOOL(feedback_normalization, false, |
"feed back normalization to constructors") |
// TODO(jkummerow): This currently adds too much load on the stub cache. |