__attribute__((leafify))
Richard Guenther
rguenth@tat.physik.uni-tuebingen.de
Thu Jun 5 19:01:00 GMT 2003
On Tue, 3 Jun 2003, Joseph S. Myers wrote:
> On Tue, 3 Jun 2003, Richard Guenther wrote:
>
> > So what is this __attribute__((leafify))? Its a way to tell gcc to make
> > the marked function a leaf of the cfg, i.e. to inline every call made in
> > this function ignoring all inlining limits. A patch for mainline was
> > posted at
> > http://gcc.gnu.org/ml/gcc-patches/2003-05/msg01662.html
>
> Your patch doesn't have testcases. They should include:
Yup, I know. I'm not familiar with DejaGNU, so didnt bother to fiddle with
it before at least one person is in agreement with the concept of
__attribute__((leafify)). Sofar I have received no comments on the
concept.
Richard.
More information about the Gcc
mailing list