GCC/assembly question

Diego Figueroa dfiguero@cs.yorku.ca
Thu Jun 19 16:15:00 GMT 2003


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
>



More information about the Gcc-help mailing list