This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC/assembly question


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
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]