Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1245)

Unified Diff: src/isolate.cc

Issue 1827143002: Revert of [Interpreter] Remove separate Ignition snapshot. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/interpreter/interpreter.cc ('k') | src/startup-data-util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 761445c4b603a3d2e0104917c3465e4b1d178637..b96765757413648dd3353a352c417d1eb70da7eb 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -2256,7 +2256,10 @@
des->Deserialize(this);
}
stub_cache_->Initialize();
- interpreter_->Initialize();
+
+ if (FLAG_ignition) {
+ interpreter_->Initialize();
+ }
// Finish initialization of ThreadLocal after deserialization is done.
clear_pending_exception();
« no previous file with comments | « src/interpreter/interpreter.cc ('k') | src/startup-data-util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698