mirror of git://gcc.gnu.org/git/gcc.git
* params.def (inline-unit-growth): Set to 40.
From-SVN: r267883
This commit is contained in:
parent
5f07d78a13
commit
43d168a46e
|
|
@ -1,3 +1,7 @@
|
||||||
|
2019-01-05 Jan Hubicka <hubicka@ucw.cz>
|
||||||
|
|
||||||
|
* params.def (inline-unit-growth): Set to 40.
|
||||||
|
|
||||||
2019-01-12 Jakub Jelinek <jakub@redhat.com>
|
2019-01-12 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.
|
* tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.
|
||||||
|
|
|
||||||
|
|
@ -227,7 +227,7 @@ DEFPARAM(PARAM_LARGE_UNIT_INSNS,
|
||||||
DEFPARAM(PARAM_INLINE_UNIT_GROWTH,
|
DEFPARAM(PARAM_INLINE_UNIT_GROWTH,
|
||||||
"inline-unit-growth",
|
"inline-unit-growth",
|
||||||
"How much can given compilation unit grow because of the inlining (in percent).",
|
"How much can given compilation unit grow because of the inlining (in percent).",
|
||||||
20, 0, 0)
|
40, 0, 0)
|
||||||
DEFPARAM(PARAM_IPCP_UNIT_GROWTH,
|
DEFPARAM(PARAM_IPCP_UNIT_GROWTH,
|
||||||
"ipcp-unit-growth",
|
"ipcp-unit-growth",
|
||||||
"How much can given compilation unit grow because of the interprocedural constant propagation (in percent).",
|
"How much can given compilation unit grow because of the interprocedural constant propagation (in percent).",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue