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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



gdb guy:

> Basically I'm just curious to understand why gcc adds this extra space.

The effect of a "packed" or "align" attribute accounts for the size of 
a struct, but the stack allocation is, of course, system dependent.  You
would have to look at the code.

Robert.

-- 
Ctalk Home Page: http://www.ctalklang.org

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux