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)) 2nd try


On Wed, 14 May 2003, Michael Matz wrote:

> Hi,
>
> On Wed, 14 May 2003, Richard Guenther wrote:
>
> > > I still think the name is ugly ;)
> >
> > Me too ;) But I didnt manage to find a better one, yet.
>
> I suggested flatten_calls or flatten_callees.  At least something with
> flat or flatten in it, because that is what the attribute does.  It
> applies to the body of the function with that attr, unlike the "inline"
> attributes, which have effect on the _callers_ of so attributed functions.

Just __attribute__((flat))? Or does this suggest relating to a memory
model or linkage?

Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/


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