| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index e6f0350adc5ccd16abe9a10e5c1c13bee4eb1a8f..65f5b4944855e37ed101607a5ec16208377b86d8 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -144,6 +144,8 @@
|
| "Enable the profiler.") \
|
| R(profiler_native_memory, false, bool, false, \
|
| "Enable native memory statistic collection.") \
|
| + P(reify_generic_functions, bool, false, \
|
| + "Enable reification of generic functions (not yet supported).") \
|
| P(reorder_basic_blocks, bool, true, "Reorder basic blocks") \
|
| C(causal_async_stacks, false, false, bool, true, "Improved async stacks") \
|
| C(stress_async_stacks, false, false, bool, false, \
|
|
|