diff options
author | Jan Hubicka <jh@suse.cz> | 2005-11-15 13:27:33 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2005-11-15 12:27:33 +0000 |
commit | b4f32d07aa53d6831a12a7aabb1c74ee4e7ba269 (patch) | |
tree | 5444bc2a19f6cd64c6e05a03f3b4f3348997cbdc /gcc/params.def | |
parent | 4a60d778fa9157187c3504021935389e2f22fed8 (diff) | |
download | gcc-b4f32d07aa53d6831a12a7aabb1c74ee4e7ba269.tar.gz |
invoke.texi (large-unit-insns): Document.
* invoke.texi (large-unit-insns): Document.
* ipa-inline.c (cgraph_decide_inlining): Use large-unit-insns param.
* params.def (large-unit-insns): New param.
* gcc.dg/winline-5.c: Add large-unit-insns limit.
From-SVN: r106948
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/params.def b/gcc/params.def index af0fbdcb3c1..f585c39dd98 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -179,6 +179,10 @@ DEFPARAM(PARAM_LARGE_FUNCTION_GROWTH, "large-function-growth", "Maximal growth due to inlining of large function (in percent)", 100, 0, 0) +DEFPARAM(PARAM_LARGE_UNIT_INSNS, + "large-unit-insns", + "The size of translation unit to be considered large", + 10000, 0, 0) DEFPARAM(PARAM_INLINE_UNIT_GROWTH, "inline-unit-growth", "how much can given compilation unit grow because of the inlining (in percent)", |