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

Unified Diff: runtime/vm/isolate.cc

Issue 2465793003: Reland "Recognize and optimize a.runtimeType == b.runtimeType pattern." (Closed)
Patch Set: Address Ryan's comment Created 4 years, 1 month 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 | « runtime/vm/isolate.h ('k') | runtime/vm/jit_optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index 7fdbe56b944aa85fc2c33d1dabf53b2e4cd00070..d3b9510e0085273e9f39f9b1e73359df277e40e4 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -777,6 +777,7 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
user_tag_(0),
current_tag_(UserTag::null()),
default_tag_(UserTag::null()),
+ object_store_(NULL),
class_table_(),
single_step_(false),
thread_registry_(new ThreadRegistry()),
@@ -790,7 +791,6 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
pause_capability_(0),
terminate_capability_(0),
errors_fatal_(true),
- object_store_(NULL),
top_exit_frame_info_(0),
init_callback_data_(NULL),
environment_callback_(NULL),
« no previous file with comments | « runtime/vm/isolate.h ('k') | runtime/vm/jit_optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698