[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
Tue Jul 15 18:58: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-15 18:58 -------
think this is fixed in 3.4 (20030715) with the new inlining counting mechanism so that
since bar is empty, gcc will inline it always. I just tried one with 30000 function calls to bar
and it always inlined bar into foo at -O2. It took over 90 seconds though it is a little too
much time spent on it though.
More information about the Gcc-bugs
mailing list