Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 24df06a012f1e9ca19caf68d8dab3fef7e3e1908..9501b8550abb9f1020ebac5552c08defec219df9 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -2029,7 +2029,6 @@ bool Isolate::Init(Deserializer* des) { |
| PrintF("Concurrent recompilation has been disabled for tracing.\n"); |
| } else if (OptimizingCompilerThread::Enabled(max_available_threads_)) { |
| optimizing_compiler_thread_ = new OptimizingCompilerThread(this); |
|
Yang
2015/03/02 07:43:42
Consider renaming OptimizingCompilerThread into so
|
| - optimizing_compiler_thread_->Start(); |
| } |
| // Initialize runtime profiler before deserialization, because collections may |