Inlining Improvements

Jamie Lokier jamie.lokier@cern.ch
Wed Dec 22 06:57:00 GMT 1999


Martin v. Loewis wrote:
> > The point is that tree inlining seems to generate better code than RTL
> > inlining which the C compiler currently does.
> 
> Examples?

Mark Mitchell said so; I believe him.  I haven't used the tree inlining
compiler yet.

There are many fine examples of trivial optimisation not being done with
inline functions that are done with macros.  I assume most of them will
occur with tree inlining too (why not?).  But I will have to wait and
see.

-- Jamie


More information about the Gcc mailing list