| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 7daddd96a0a647f3a2c25490bc6790e7427a859b..d23492ca9eaae3a93f2d4cd1d4fcd0d0e7b01295 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -94,6 +94,8 @@ P(getter_setter_ratio, int, 13, \
|
| "Ratio of getter/setter usage used for double field unboxing heuristics") \
|
| P(guess_icdata_cid, bool, true, \
|
| "Artificially create type feedback for arithmetic etc. operations") \
|
| +P(huge_method_cutoff_in_tokens, int, 20000, \
|
| + "Huge method cutoff in tokens: Disables optimizations for huge methods.") \
|
| P(interpret_irregexp, bool, USING_DBC, \
|
| "Use irregexp bytecode interpreter") \
|
| P(lazy_dispatchers, bool, true, \
|
|
|