Chromium Code Reviews| Index: runtime/vm/flag_list.h |
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
| index 84e59fcdc878811f6cd5849f02069c94e01a9a74..69f0b21ab27309bbe3a686353ad4ecc23b88149a 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, \ |
| + "Sttress test system: stop nackground compiler often.") \ |
|
rmacnak
2016/04/21 19:32:25
Stress ... background ...
srdjan
2016/04/21 20:24:29
Done.
|
| 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, \ |