Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 9cad13f77938caff3988708de00d4ed6d084bef8..3a87d746a3d6423ed658af8a6a0e62f1e989eb9d 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2115,19 +2115,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 |
- // 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_)), |