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

Unified Diff: runtime/vm/isolate.cc

Issue 1390153004: Move deopt_id and related helpers/definitions from Isolate to Thread (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 9fa203000c8cf22997b353295c2b3efcb1795e04..8e01c7f439bceb793f79cff0929007b5b2393b7a 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -757,11 +757,10 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
debugger_(NULL),
resume_request_(false),
last_resume_timestamp_(OS::GetCurrentTimeMillis()),
- has_compiled_(false),
+ has_compiled_code_(false),
flags_(),
random_(),
simulator_(NULL),
- deopt_id_(0),
mutex_(new Mutex()),
saved_stack_limit_(0),
stack_base_(0),

Powered by Google App Engine
This is Rietveld 408576698