| 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, \
|
|
|