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

Unified Diff: runtime/vm/precompiler.h

Issue 2326483005: Shrink AOT snapshot size and memory usage. (Closed)
Patch Set: . Created 4 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
Index: runtime/vm/precompiler.h
diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
index 774dbd5d52c0274ed33a82b0eae4c342ec8ff787..67c54e1e7c4e505530ec47dd7a207ec7e37caa27 100644
--- a/runtime/vm/precompiler.h
+++ b/runtime/vm/precompiler.h
@@ -382,8 +382,9 @@ class Precompiler : public ValueObject {
void BindStaticCalls();
void SwitchICCalls();
+ void ShareMegamorphicBuckets();
void DedupStackmaps();
- void DedupStackmapLists();
+ void DedupLists();
void DedupInstructions();
void ResetPrecompilerState();

Powered by Google App Engine
This is Rietveld 408576698