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]

Re: Inlining Improvements


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


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