[RFA] Kill artificial inlining limit

Diego Novillo dnovillo@redhat.com
Tue May 13 12:48:00 GMT 2003


On Tue, 2003-05-13 at 08:38, Gerald Pfeifer wrote:

> The true fix, IMNSHO, is to inline bottom-up, not top-down (and in fact
> that was my very first reaction when I heard about the new inliner back
> before GCC 3.0).
> 
> But isn't tree-ssa going in that direction?
> 
I don't think there's anyone working on the inliner in tree-ssa.  Jeff
Law modified the inliner to use GIMPLE trees, but the basic
functionality is intact.  Now that we have a call graph, I suppose one
could experiment with a bottom-up inliner.


Diego.



More information about the Gcc-patches mailing list