| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index e40ffe4b4169177253b21d24ebe73e0e35647fa7..160302b9ffab76db0594fc750619332fcc5e287e 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -802,6 +802,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,
|
|
|