This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC/assembly question
- From: Diego Figueroa <dfiguero at cs dot yorku dot ca>
- To: John Love-Jensen <eljay at adobe dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 19 Jun 2003 12:15:46 -0400 (EDT)
- Subject: Re: GCC/assembly question
- References: <BB173F77.92D8%eljay@adobe.com>
Is there a reasoning behind this? I don't understand if those things are
intentional? Even when the code is optimized I still get the
'subl $8, %esp' instruction that I can't figure out.
Diego.
On Thu, 19 Jun 2003, John Love-Jensen wrote:
> Hi Diego,
>
> Without optimizations enabled, what you describe is the "plain vanilla" code
> generation that is not optimized (surprise, surprise).
>
> The "plain vanilla" way is the one that is used regardless of "need".
>
> --Eljay
>