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

Unified Diff: runtime/vm/thread.cc

Issue 2562693003: Save and restore feedback from JIT. (Closed)
Patch Set: . Created 4 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
Index: runtime/vm/thread.cc
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
index c8c63c58ab1912482be3706bc55d3ba673562583..f3c2328e89b1a9eaab647f57e321943b29d8cc93 100644
--- a/runtime/vm/thread.cc
+++ b/runtime/vm/thread.cc
@@ -91,7 +91,6 @@ Thread::Thread(Isolate* isolate)
deferred_interrupts_(0),
stack_overflow_count_(0),
cha_(NULL),
- type_range_cache_(NULL),
deopt_id_(0),
pending_functions_(GrowableObjectArray::null()),
active_exception_(Object::null()),
« runtime/vm/precompiler.cc ('K') | « runtime/vm/thread.h ('k') | runtime/vm/version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698