Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2ca24491e5e1dee0bede386ddf2c52e4a71d62d1..0d7363e8f52828e32617ba7f382325771226df7e 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -401,6 +401,7 @@ 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") |
+DEFINE_INT(self_opt_count, 130, "call count before self-optimization") |
DEFINE_BOOL(trace_opt_verbose, false, "extra verbose compilation tracing") |
DEFINE_IMPLICATION(trace_opt_verbose, trace_opt) |