This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question: automatic variable memory allocation
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: "Weihaw Chuang" <weihawchuang at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 10 Mar 2004 10:13:26 -0500
- Subject: Re: Question: automatic variable memory allocation
- References: <BAY2-F21sA2Roi2D3dC00032e85@hotmail.com>
"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