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

Unified Diff: runtime/vm/isolate.cc

Issue 1247783002: Make array allocation stub shared between isolates. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
Index: runtime/vm/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index ec61d1adf6aef53be3019ebb2a4703def9fc2bac..2a1edb3123e0d633c071696e2e96bce78daa959f 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -642,7 +642,6 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
environment_callback_(NULL),
library_tag_handler_(NULL),
api_state_(NULL),
- stub_code_(NULL),
debugger_(NULL),
single_step_(false),
resume_request_(false),
@@ -705,7 +704,6 @@ Isolate::~Isolate() {
delete heap_;
delete object_store_;
delete api_state_;
- delete stub_code_;
delete debugger_;
#if defined(USING_SIMULATOR)
delete simulator_;

Powered by Google App Engine
This is Rietveld 408576698