| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 367cdcc46d88c86e43515a3ffc028d61a0e2a76a..a6e91c5f5f0d116cd86f8a7347a4191f6c92790b 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -41,6 +41,8 @@ P(background_compilation, bool, USING_MULTICORE, \
|
| "Run optimizing compilation in background") \
|
| R(background_compilation_stop_alot, false, bool, false, \
|
| "Stress test system: stop background compiler often.") \
|
| +P(background_finalization, bool, USING_MULTICORE, \
|
| + "Run weak handle finalizers in background") \
|
| 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, \
|
|
|