| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index cbae8ff7ed24bfbff42ea764e4c0c3e95f0f9901..35a775655ffaea792e6977d37992b1ef1cf14042 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -59,6 +59,8 @@ R(error_on_bad_type, false, bool, false, \
|
| "Report error for malformed types.") \
|
| C(fields_may_be_reset, true, false, bool, false, \
|
| "Don't optimize away static field initialization") \
|
| +C(force_clone_compiler_objects, false, false, bool, false, \
|
| + "Force cloning of objects needed in compiler (ICData and Field).") \
|
| R(gc_at_alloc, false, bool, false, \
|
| "GC at every allocation.") \
|
| P(getter_setter_ratio, int, 13, \
|
|
|