This is the mail archive of the gcc-patches@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]

Re: Inliner heuristics facelift


> > For me, I get everything inlined except for:
> 
> Oops! looking at my mail, I realized that I did not timed fatigue, but ac.
> With the patch the only difference for fatigue is that the threshold for
> full inlining decreased from 125 to 113.

See, we make progress. 10 more patches like this and you can set threshold to 0 ;)

This is expected behaviour - the patch changes interpretation of inline bounds
from limits on function sizes on limits of estimated function sizes after
inlining. Those 12 instructions are accounting function call overhead.

Honza
> 
> Sorry for the noise.
> 
> Dominique


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