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

Unified Diff: runtime/vm/flag_list.h

Issue 2007233002: Add --dump-megamorphic-stats. Lower megamorphic cache load factor to 50%. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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.cc » ('j') | runtime/vm/megamorphic_cache_table.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flag_list.h
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
index ee483aded3b0d70d40ea2628be7fba0a0d5f3313..5818624de4c8985423ab45cd6f9a4e305b484bef 100644
--- a/runtime/vm/flag_list.h
+++ b/runtime/vm/flag_list.h
@@ -61,6 +61,8 @@ R(disassemble, false, bool, false, \
"Disassemble dart code.") \
R(disassemble_optimized, false, bool, false, \
"Disassemble optimized code.") \
+R(dump_megamorphic_stats, false, bool, false, \
+ "Dump megamorphic cache statistics") \
R(dump_symbol_stats, false, bool, false, \
"Dump symbol table statistics") \
R(enable_asserts, false, bool, false, \
« no previous file with comments | « no previous file | runtime/vm/isolate.cc » ('j') | runtime/vm/megamorphic_cache_table.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698