* params.def (inline-heuristics-hint-percent): Set to 600.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277333
138bc75d-0d04-0410-961f-
82ee72b054a4
+2019-10-23 Jan Hubicka <hubicka@ucw.cz>
+
+ PR ipa/92074
+ * params.def (inline-heuristics-hint-percent): Set to 600.
+
2019-10-23 Richard Biener <rguenther@suse.de>
PR tree-optimization/65930
DEFPARAM (PARAM_INLINE_HEURISTICS_HINT_PERCENT,
"inline-heuristics-hint-percent",
"The scale (in percents) applied to inline-insns-single and auto limits when heuristics hints that inlining is very profitable with -O3 and -Ofast.",
- 1600, 100, 1000000)
+ 600, 100, 1000000)
DEFPARAM (PARAM_INLINE_HEURISTICS_HINT_PERCENT_O2,
"inline-heuristics-hint-percent-O2",