Question: automatic variable memory allocation

Ian Lance Taylor ian@wasabisystems.com
Wed Mar 10 15:13:00 GMT 2004


"Weihaw Chuang" <weihawchuang@hotmail.com> writes:

> I'm trying to figure out how gcc allocates stack space for automatic
> variables (local to function).

Look for calls to assign_stack_local().

Ian



More information about the Gcc mailing list