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

Unified Diff: runtime/vm/isolate.h

Issue 1339363002: Reapply "Move megamorphic cache table into the Dart heap." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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/flow_graph_compiler_x64.cc ('k') | 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 5dd7085192de2ea183d243b8dac9b48e70a455df..cc6b54da6aca38d244df7b2c176b68973431b8b6 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -145,10 +145,6 @@ class Isolate : public BaseIsolate {
return OFFSET_OF(Isolate, class_table_);
}
- MegamorphicCacheTable* megamorphic_cache_table() {
- return &megamorphic_cache_table_;
- }
-
Dart_MessageNotifyCallback message_notify_callback() const {
return message_notify_callback_;
}
@@ -815,7 +811,6 @@ class Isolate : public BaseIsolate {
StoreBuffer* store_buffer_;
ThreadRegistry* thread_registry_;
ClassTable class_table_;
- MegamorphicCacheTable megamorphic_cache_table_;
Dart_MessageNotifyCallback message_notify_callback_;
char* name_;
char* debugger_name_;
« no previous file with comments | « runtime/vm/flow_graph_compiler_x64.cc ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698