alloca within inline function
Alexandre Oliva
aoliva@redhat.com
Tue Apr 13 13:38:00 GMT 2004
On Apr 13, 2004, Agri <agri@desnol.ru> wrote:
> As wrote at the libc manual
> * A variable size array's space is freed at the end of the scope of
> the name of the array. The space allocated with `alloca' remains
> until the end of the function.
> What about inline function?
Functions that call alloca are not inlined.
--
Alexandre Oliva http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org}
More information about the Gcc-help
mailing list