This is the mail archive of the gcc@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: __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


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