Commit 540b7af0 by Jan Hubicka Committed by Jan Hubicka

re PR tree-optimization/79224 (Large C-Ray slowdown)


	PR ipa/79224
	* params.def (inline-min-speedup) Change from 10 to 8.

From-SVN: r245366
parent b0f78ff3
2017-02-11 Jan Hubicka <hubicka@ucw.cz>
PR ipa/79224
* params.def (inline-min-speedup) Change from 10 to 8.
2017-02-11 Jakub Jelinek <jakub@redhat.com>
* doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
......@@ -5,11 +10,6 @@
2017-02-11 Jan Hubicka <hubicka@ucw.cz>
PR tree-ssa/56727
* gcc.dg/tree-ssa/pr56727.c: New testcase.
2017-02-11 Jan Hubicka <hubicka@ucw.cz>
PR ipa/79224
* ipa-inline-analysis.c (get_minimal_bb): New function.
(record_modified): Use it.
......
......@@ -52,7 +52,7 @@ DEFPARAM (PARAM_PREDICTABLE_BRANCH_OUTCOME,
DEFPARAM (PARAM_INLINE_MIN_SPEEDUP,
"inline-min-speedup",
"The minimal estimated speedup allowing inliner to ignore inline-insns-single and inline-insns-auto.",
10, 0, 0)
8, 0, 0)
/* The single function inlining limit. This is the maximum size
of a function counted in internal gcc instructions (not in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment