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

Unified Diff: runtime/vm/isolate.h

Issue 2466593003: Remove some dead fields from Isolate. (Closed)
Patch Set: 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 | « no previous file | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index f29f6666330b84b27306ff2ec38695791592b12a..e45cdb7898afc3845e3984ba5afb0d796190abe7 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -735,7 +735,6 @@ class Isolate : public BaseIsolate {
RawCode* ic_miss_code_;
ClassTable class_table_;
bool single_step_;
- bool skip_step_; // skip the next single step.
ThreadRegistry* thread_registry_;
SafepointHandler* safepoint_handler_;
@@ -749,7 +748,6 @@ class Isolate : public BaseIsolate {
uint64_t terminate_capability_;
bool errors_fatal_;
ObjectStore* object_store_;
- uword top_exit_frame_info_;
void* init_callback_data_;
Dart_EnvironmentCallback environment_callback_;
Dart_LibraryTagHandler library_tag_handler_;
@@ -784,10 +782,6 @@ class Isolate : public BaseIsolate {
bool error_on_bad_override_;
)
- // Status support.
- char* stacktrace_;
- intptr_t stack_frame_index_;
-
// Timestamps of last operation via service.
int64_t last_allocationprofile_accumulator_reset_timestamp_;
int64_t last_allocationprofile_gc_timestamp_;
« no previous file with comments | « no previous file | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698