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 #2 from ddenisen at altera dot com  2008-01-31 15:59 -------
(In reply to comment #1)
> -finline-limit=N should be deprecated.  It is an alias for  --param
> max-inline-insns-single=N/2 --param max-inline-insns-auto=N/2.
> 
> There is no real default, instead the defaults for max-inline-insns-single is
> 450, the one for max-inline-insns-auto is 90.
> 

Having a single "knob" to control inlining is more user-friendly. If possible,
consider keeping it (GCC already has way too many options and parameters to
control).


-- 


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]