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: [RFA] Kill artificial inlining limit


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.


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