| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7450ef916747c3794d0903d8ed87028afce511e7..67a82738dee1f0dde9ab4362813658625b61663a 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -804,6 +804,9 @@ DEFINE_implication(log_internal_timer_events, prof)
|
| // elements.cc
|
| DEFINE_bool(trace_elements_transitions, false, "trace elements transitions")
|
|
|
| +DEFINE_bool(trace_creation_allocation_sites, false,
|
| + "trace the creation of allocation sites")
|
| +
|
| // code-stubs.cc
|
| DEFINE_bool(print_code_stubs, false, "print code stubs")
|
| DEFINE_bool(test_secondary_stub_cache,
|
|
|