This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/35042] Documentation for -finline-limit is incorrect



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]