This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: __attribute__((leafify))
- From: "Bonzini" <bonzini at gnu dot org>
- To: <rguenth at tat dot physik dot uni-tuebingen dot de>,<gcc at gcc dot gnu dot org>
- Cc: <gdr at integrable-solutions dot net>
- Date: Sat, 7 Jun 2003 11:37:59 +0200
- Subject: Re: __attribute__((leafify))
> That __attribute__((leafify)) workes for me is probably due to using C++
> and all functions I want to be inlined are markes as such because they're
> methods defined inside the class bodies.
So why not call it __attribute__ ((inline_all_inlinables))? In unit-at-a-time mode
everything is inlinable; and there's a precedent for the funny names
in -fmove-all-movables. :-)
Paolo