[RFA] attribute((inline_everything)) (was Re: [RFA] Kill artificial inlining limit)

Richard Guenther rguenth@tat.physik.uni-tuebingen.de
Tue May 13 17:45:00 GMT 2003


On Tue, 13 May 2003, Phil Edwards wrote:

> On Tue, May 13, 2003 at 06:26:20PM +0200, Richard Guenther wrote:
> > I'm currently experimenting with the patch below. To get it work, you
> > need to declare your to-be-flat function as both
> > __attribute__((inline_everything)) and __attribute__((noinline)).
>
> That's a joke, right?

Which part actually? noinline marks the function as not supposed to be
inlined, inline_everything marks the function to inline all its function
calls.

Richard.



More information about the Gcc-patches mailing list