This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inlining Improvements
> > > The point is that tree inlining seems to generate better code than RTL
> > > inlining which the C compiler currently does.
> >
> > Examples?
> >
>
> No problem: looks at some recent linux-2.3.xxx kernel source:
Pardon? How is this example relevant to tree inlining? Tree inlining
is currently done only by the C++ compiler, and the kernel is not
compiled by the C++ compiler.
I have no doubt macros generate better code than inline functions, in
any version of gcc. But that was not my question.
Regards,
Martin