| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 45c92d2aea872f7f05f4e1c61d3bf6108ac54c3e..4323d97fdf6b223a3e732a2f4f4d75bf655d216e 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -182,8 +182,6 @@ InterpreterCompilationJob::Status InterpreterCompilationJob::ExecuteJobImpl() {
|
| &RuntimeCallStats::CompileIgnition);
|
| TimerEventScope<TimerEventCompileIgnition> timer(info()->isolate());
|
| TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("v8.compile"), "V8.CompileIgnition");
|
| - TRACE_EVENT_RUNTIME_CALL_STATS_TRACING_SCOPED(
|
| - info()->isolate(), &tracing::TraceEventStatsTable::CompileIgnition);
|
|
|
| generator()->GenerateBytecode(stack_limit());
|
|
|
|
|