[Bug optimization/10679] [3.3/3.4] --param min-inline-insns not honoured
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Fri Jul 18 14:35:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10679
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-18 14:35 -------
The check is still there but if the function that gcc is inlining is empty (which only happens with the
new inlining counting mechanism), gcc will now always inline that function so that part is fixed, if
on the other hand the function is not empty, you can and will hit that limit which you pointed out.
More information about the Gcc-bugs
mailing list