| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6718886f675b00e08d06074106ea886c1033b42b..e3017e7ca2f2f0115bb06f947c945da97af6163e 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -805,6 +805,9 @@ 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 for tracing only")
|
| +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")
|
|
|
|
|