| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 84e59fcdc878811f6cd5849f02069c94e01a9a74..50a35f1e2748e94f8465b67fe7308e401d5dbfda 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -33,6 +33,8 @@ P(always_megamorphic_calls, bool, false, \
|
| "Instance call always as megamorphic.") \
|
| C(background_compilation, false, true, bool, true, \
|
| "Run optimizing compilation in background") \
|
| +R(background_compilation_stop_alot, false, bool, false, \
|
| + "Stress test system: stop background compiler often.") \
|
| R(break_at_isolate_spawn, false, bool, false, \
|
| "Insert a one-time breakpoint at the entrypoint for all spawned isolates") \
|
| C(collect_code, false, true, bool, true, \
|
|
|