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

Unified Diff: runtime/vm/flag_list.h

Issue 2133443002: Don't print variable descriptors by default when printing disassembly. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: add test coverage for the new flag 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 | « runtime/vm/disassembler.cc ('k') | tests/language/disassemble_test.dart » ('j') | no next file with comments »
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 c22e43c598760c84ccc7d2a0990a226f9e2e89bd..31bec4c8b6a7690254422caddcd1430b01d6602e 100644
--- a/runtime/vm/flag_list.h
+++ b/runtime/vm/flag_list.h
@@ -138,6 +138,8 @@ R(print_ssa_liveranges, false, bool, false, \
"Print live ranges after allocation.") \
C(print_stop_message, false, false, bool, false, \
"Print stop message.") \
+D(print_variable_descriptors, bool, false, \
+ "Print variable descriptors in disassembly.") \
R(profiler, false, bool, !USING_DBC, \
"Enable the profiler.") \
P(reorder_basic_blocks, bool, true, \
« no previous file with comments | « runtime/vm/disassembler.cc ('k') | tests/language/disassemble_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698