| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index eeaa95e50a3a0705d0fdbdf4967ab031ccc6174f..0668addb4885849810e2dd273add694ca68de284 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -350,6 +350,9 @@ DEFINE_bool(trace_incremental_marking, false,
|
| // v8.cc
|
| DEFINE_bool(use_idle_notification, true,
|
| "Use idle notification to reduce memory footprint.")
|
| +
|
| +DEFINE_bool(send_idle_notification, false,
|
| + "Send idle notifcation between stress runs.")
|
| // ic.cc
|
| DEFINE_bool(use_ic, true, "use inline caching")
|
|
|
|
|