| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 94c0425f66125575d39d604d7cbd924e5ace8bbd..7c1a288bda388b17ef6aa3bfc426d4a9588b012f 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -122,6 +122,8 @@
|
| "Polymorphic calls with deoptimization / megamorphic call") \
|
| P(precompiled_mode, bool, false, "Precompilation compiler mode") \
|
| C(precompiled_runtime, true, false, bool, false, "Precompiled runtime mode") \
|
| + R(print_snapshot_sizes, false, bool, false, \
|
| + "Print sizes of generated snapshots.") \
|
| R(print_ssa_liveranges, false, bool, false, \
|
| "Print live ranges after allocation.") \
|
| C(print_stop_message, false, false, bool, false, "Print stop message.") \
|
|
|