| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 49dac4a6db04eb8a8d3d9cbdb55699015fa247a0..4c5a56ebafef795c2141cc15821c26f2b6a08962 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -317,7 +317,7 @@ DEFINE_bool(weighted_back_edges, false,
|
| // 0x1700 fits in the immediate field of an ARM instruction.
|
| DEFINE_int(interrupt_budget, 0x1700,
|
| "execution budget before interrupt is triggered")
|
| -DEFINE_int(type_info_threshold, 15,
|
| +DEFINE_int(type_info_threshold, 30,
|
| "percentage of ICs that must have type info to allow optimization")
|
| DEFINE_int(self_opt_count, 130, "call count before self-optimization")
|
|
|
|
|