This is the mail archive of the gcc-patches@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: [RFA] attribute((inline_everything)) (was Re: [RFA] Kill artificialinlining limit)


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.


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