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

Unified Diff: runtime/vm/thread.cc

Issue 2314133003: AOT: Use a cid range check when possible to implement type tests. (Closed)
Patch Set: symbols Created 4 years, 3 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 | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.cc
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
index 51159630a9fa8dcde459a66e8cbd14c5c58532ca..967bac0d0e517b5f6e749636cbed04a71010f2dd 100644
--- a/runtime/vm/thread.cc
+++ b/runtime/vm/thread.cc
@@ -90,6 +90,7 @@ Thread::Thread(Isolate* isolate)
deferred_interrupts_(0),
stack_overflow_count_(0),
cha_(NULL),
+ type_range_cache_(NULL),
deopt_id_(0),
pending_functions_(GrowableObjectArray::null()),
sticky_error_(Error::null()),
« no previous file with comments | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698