| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 30b46cfe1fea3026c3807c50f9c53e7d340686bf..fd2d28a6cf0b84321a538f9d8f48f1acbf865613 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -803,6 +803,12 @@ DEFINE_bool(log_timer_events, false,
|
| DEFINE_implication(log_timer_events, log_internal_timer_events)
|
| DEFINE_implication(log_internal_timer_events, prof)
|
|
|
| +DEFINE_bool(redirect_code_traces, false,
|
| + "output deopt information and disassembly into file "
|
| + "code-<pid>-<isolate id>.asm")
|
| +DEFINE_string(redirect_code_traces_to, NULL,
|
| + "output deopt information and disassembly into the given file")
|
| +
|
| //
|
| // Disassembler only flags
|
| //
|
|
|