This is the mail archive of the gcc@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: Curious about gcc v4.1.2, x86 assembly, and stack overallocation


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.


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