Curious about gcc v4.1.2, x86 assembly, and stack overallocation

Andrew Haley aph@redhat.com
Tue May 27 18:11:00 GMT 2008


gdb guy wrote:
> If I have the following code:
>
> 
> Basically I'm just curious to understand why gcc adds this extra space.

The stack pointer is always 16-aligned.  Does that help?

Andrew.



More information about the Gcc mailing list