| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6718886f675b00e08d06074106ea886c1033b42b..02f41262f7cde5b49a52f936cc9e78611bd9b8d6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -805,6 +805,8 @@ DEFINE_BOOL(use_idle_notification, true,
|
| // ic.cc
|
| DEFINE_BOOL(use_ic, true, "use inline caching")
|
| DEFINE_BOOL(trace_ic, false, "trace inline cache state transitions")
|
| +DEFINE_INT(ic_stats, 0, "inline cache state transitions statistics")
|
| +DEFINE_VALUE_IMPLICATION(trace_ic, ic_stats, 1)
|
| DEFINE_BOOL_READONLY(tf_load_ic_stub, true, "use TF LoadIC stub")
|
| DEFINE_BOOL(tf_store_ic_stub, true, "use TF StoreIC stub")
|
|
|
|
|