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


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 ?


Toon Moene (at Meteo France for this and the past week)



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