This is the mail archive of the gcc@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: Language-independent functions-as-trees representation


On Sat, Jul 20, 2002 at 09:35:40PM +0100, Neil Booth wrote:
> With appropriate use of a language hook or two, it should be possible
> to do it on the front-end representation.  I suspect this is ideal in
> general, because different languages have different constraints on what
> is and is not possible in various situations, that tends to get lost
> after lowering.

I'm not fond of the idea.  If we've lost so much in the lowering
that we cannnot do decent inlining, then we've mis-targeted the
intermediate language.


r~


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