| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6766d39c9fc72929db19744e9bf7731d63a6b013..6b6ad541eedc4bfa81af15524893d5c80e5c6282 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -968,6 +968,8 @@ DEFINE_BOOL(trace_lazy, false, "trace lazy compilation")
|
| DEFINE_BOOL(collect_heap_spill_statistics, false,
|
| "report heap spill statistics along with heap_stats "
|
| "(requires heap_stats)")
|
| +DEFINE_BOOL(trace_live_bytes, false,
|
| + "trace incrementing and resetting of live bytes")
|
|
|
| DEFINE_BOOL(trace_isolates, false, "trace isolate state changes")
|
|
|
|
|