[RFA] Kill artificial inlining limit

Diego Novillo dnovillo@redhat.com
Tue May 13 15:39:00 GMT 2003


On Tue, 2003-05-13 at 10:49, Steven Bosscher wrote:

> I haven't looked at tree-ssa for some time now ("cvs up" always times
> out...)
>
Daily snapshots are available at:

http://people.redhat.com/dnovillo/pub/snapshot/

>  but I suppose we could rearrange things such that the count is
> done after the tree optimizers are finished, with obvious benefits. 
> Diego?
> 
Yes, we could do that.  In some cases we are inlining some functions
after they are optimized.  It all depends in the order in which
finish_function is called.  We always call the tree optimizers after all
the calls in the current function have been inlined.


Diego.



More information about the Gcc-patches mailing list