+2019-02-09 Jan Hubicka <hubicka@ucw.cz>
+
+ PR ipa/88755
+ * params.def (uninlined-function-insns, uninlined-function-time,
+ uninlined-thunk-insns, uninlined-thunk-time): Add artificial upper
+ bound so we don't get overflows.
+
2019-02-09 Aaron Sawdey <acsawdey@linux.ibm.com>
* config/rs6000/rs6000-string.c (expand_compare_loop,
"uninlined-function-insns",
"Instruction accounted for function prologue, epilogue and other"
" overhead.",
- 2, 0, 0)
+ 2, 0, 1000000)
DEFPARAM (PARAM_UNINLINED_FUNCTION_TIME,
"uninlined-function-time",
"Time accounted for function prologue, epilogue and other"
" overhead.",
- 0, 0, 0)
+ 0, 0, 1000000)
DEFPARAM (PARAM_UNINLINED_FUNCTION_THUNK_INSNS,
"uninlined-thunk-insns",
"Instruction accounted for function thunk overhead.",
- 2, 0, 0)
+ 2, 0, 1000000)
DEFPARAM (PARAM_UNINLINED_FUNCTION_THUNK_TIME,
"uninlined-thunk-time",
"Time accounted for function thunk overhead.",
- 2, 0, 0)
+ 2, 0, 1000000)
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE,
"max-inline-insns-recursive",