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

Unified Diff: runtime/vm/precompiler.h

Issue 1643023003: Precompilation: when removing top-level fields and functions, also remove them from the library dic… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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/precompiler.h
diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
index 0d98df2382d7d7ab2da093a7428554d3c4c770cc..5b50e49b0434dc868427f0129764f4572fb60b57 100644
--- a/runtime/vm/precompiler.h
+++ b/runtime/vm/precompiler.h
@@ -179,14 +179,15 @@ class Precompiler : public ValueObject {
void ProcessFunction(const Function& function);
void CheckForNewDynamicFunctions();
- void DropUncompiledFunctions();
+ void DropFunctions();
void DropFields();
- void CollectDynamicFunctionNames();
void BindStaticCalls();
void DedupStackmaps();
void DedupStackmapLists();
void ResetPrecompilerState();
+ void CollectDynamicFunctionNames();
+
class FunctionVisitor : public ValueObject {
public:
virtual ~FunctionVisitor() {}

Powered by Google App Engine
This is Rietveld 408576698