Chromium Code Reviews| Index: src/compiler.cc |
| diff --git a/src/compiler.cc b/src/compiler.cc |
| index b5979bcae80ab2b7b7fb5358f50e748cba79ba6b..937855e7ec3ccdad17116d312a5443834a01b6f5 100644 |
| --- a/src/compiler.cc |
| +++ b/src/compiler.cc |
| @@ -969,7 +969,9 @@ void Compiler::RecompileParallel(Handle<JSFunction> closure) { |
| if (!isolate->optimizing_compiler_thread()->IsQueueAvailable()) { |
| if (FLAG_trace_parallel_recompilation) { |
| - PrintF(" ** Compilation queue, will retry opting on next run.\n"); |
| + PrintF(" ** Compilation queue full, will retry opting "); |
|
Jakob Kummerow
2013/07/25 14:58:07
nit: s/opting/optimizing/
|
| + closure->PrintName(); |
| + PrintF(" on next run.\n"); |
| } |
| return; |
| } |