| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index dfc5676fbc17ecb1a02c7d66dbe5f1b19abadd0a..703d9367abb568a6961511c81f42a78931207688 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -25,7 +25,7 @@ P(allow_absolute_addresses, bool, true, \
|
| "Allow embedding absolute addresses in generated code.") \
|
| P(always_megamorphic_calls, bool, false, \
|
| "Instance call always as megamorphic.") \
|
| -C(background_compilation, false, false, bool, false, \
|
| +C(background_compilation, false, true, bool, true, \
|
| "Run optimizing compilation in background") \
|
| C(collect_code, false, true, bool, true, \
|
| "Attempt to GC infrequently used code.") \
|
|
|