Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 309f9f154ee5308f68ddf4d829fc87981b611e71..c60919ace9010e5578696e05b296f8aecbf917ed 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -490,7 +490,7 @@ |
// 0x1800 fits in the immediate field of an ARM instruction. |
DEFINE_INT(interrupt_budget, 0x1800, |
"execution budget before interrupt is triggered") |
-DEFINE_INT(type_info_threshold, 24, |
+DEFINE_INT(type_info_threshold, 25, |
"percentage of ICs that must have type info to allow optimization") |
DEFINE_INT(generic_ic_threshold, 30, |
"max percentage of megamorphic/generic ICs to allow optimization") |