| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index b773880b8c76f348bacf6aa90196b1a5d9fb2394..6ebbe41f9c8ac81a92ed1969a1e15dc80c10086f 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -1185,7 +1185,7 @@ Handle<Code> Compiler::GetOptimizedCode(Handle<JSFunction> function,
|
| if (FLAG_trace_opt) {
|
| PrintF("[failed to optimize ");
|
| function->PrintName();
|
| - PrintF("]\n");
|
| + PrintF(": %s]\n", GetBailoutReason(info->bailout_reason()));
|
| }
|
|
|
| if (isolate->has_pending_exception()) isolate->clear_pending_exception();
|
|
|