This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/35042] Documentation for -finline-limit is incorrect
- From: "ddenisen at altera dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2008 16:13:42 -0000
- Subject: [Bug other/35042] Documentation for -finline-limit is incorrect
- References: <bug-35042-15713@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from ddenisen at altera dot com 2008-01-31 16:13 -------
> @emph{Note:} there may be no value to @option{-finline-limit} that results
> in default behavior.
That's also not user-friendly. When it is changed, it is not clear what is
"more aggressive" inlining and what is not.
Why don't you make max-inline-insns-single = 5*n/2 and max-inline-insns-auto =
n/2? This way, we have a default that is consistent with current settings and
setting -finline-limit=180 gives you exactly the default.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35042