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

Unified Diff: src/isolate.cc

Issue 1475953002: [stubs] A new approach to TF stubs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Win64 build Created 5 years 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/interface-descriptors.cc ('k') | src/js/code-stubs.js » ('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 457c4c5e07b91fc7bf69a2b178341841a45b6b38..9bec3ef6e3abe51f58fe561b97d91d925bb2e951 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -2202,12 +2202,6 @@ bool Isolate::Init(Deserializer* des) {
// occur, clearing/updating ICs.
runtime_profiler_ = new RuntimeProfiler(this);
- if (create_heap_objects) {
- if (!bootstrapper_->CreateCodeStubContext(this)) {
- return false;
- }
- }
-
// If we are deserializing, read the state into the now-empty heap.
if (!create_heap_objects) {
des->Deserialize(this);
« no previous file with comments | « src/interface-descriptors.cc ('k') | src/js/code-stubs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698