Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 09ca02854f12282e81d70327209e7c0f52f1c903..096814a9b8bbda57baa4b8eb24547a45436a1d09 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2097,19 +2097,6 @@ bool Isolate::Init(Deserializer* des) { |
std::ofstream(GetTurboCfgFileName().c_str(), std::ios_base::trunc); |
} |
- // If we are deserializing, log non-function code objects and compiled |
Jakob Kummerow
2014/12/15 12:09:15
Drive-by cleanup: Deserializer::Deserialize() (cal
Yang
2015/01/08 13:32:40
Nice catch.
|
- // functions found in the snapshot. |
- if (!create_heap_objects && |
- (FLAG_log_code || |
- FLAG_ll_prof || |
- FLAG_perf_jit_prof || |
- FLAG_perf_basic_prof || |
- logger_->is_logging_code_events())) { |
- HandleScope scope(this); |
- LOG(this, LogCodeObjects()); |
- LOG(this, LogCompiledFunctions()); |
- } |
- |
CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, embedder_data_)), |
Internals::kIsolateEmbedderDataOffset); |
CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.roots_)), |