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

Unified Diff: runtime/vm/isolate_reload.h

Issue 2126393003: Cache compile-time constants on the script object, sometimes. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: cleanups Created 4 years, 5 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 | « no previous file | runtime/vm/isolate_reload.cc » ('j') | runtime/vm/parser.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate_reload.h
diff --git a/runtime/vm/isolate_reload.h b/runtime/vm/isolate_reload.h
index de6ff001d7f72fbd2ee50d8c48702a3dc60b85f3..15add5fee42e2d68023d321fb0b52ba9711828f7 100644
--- a/runtime/vm/isolate_reload.h
+++ b/runtime/vm/isolate_reload.h
@@ -113,7 +113,6 @@ class IsolateReloadContext {
void ClearReplacedObjectBits();
void BuildCleanScriptSet();
Cutch 2016/07/08 01:06:25 BuildCleanScriptSet can go now too (I think)
turnidge 2016/07/11 21:00:42 Done.
- void FilterCompileTimeConstants();
// atomic_install:
void MarkAllFunctionsForRecompilation();
@@ -159,7 +158,6 @@ class IsolateReloadContext {
RawString* script_uri_;
RawError* error_;
RawArray* clean_scripts_set_storage_;
- RawArray* compile_time_constants_;
RawArray* old_classes_set_storage_;
RawArray* class_map_storage_;
RawArray* old_libraries_set_storage_;
« no previous file with comments | « no previous file | runtime/vm/isolate_reload.cc » ('j') | runtime/vm/parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698