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: [PATCH] Add pointer_no_capture function attribute


On Wed, 8 Mar 2006, MOENE Toon wrote:

> > This patch allows to improve call clobbering information by attaching
> > pointer_no_capture attribute to functions that are not escape points
> > (such as free, realloc or sincos for C99 and most of the fortran library
> > intrinsics).
> 
> Hmmm, aren't most of the Fortran intrinsics "pure" anyway ?

No, I'm talking about things like matmul, that take pointer arguments
which at the moment will cause any further call clobbering the matmul
arguments.  But the arguments do not escape through matmul.

Richard.


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