------- Comment #17 from mikulas at artax dot karlin dot mff dot cuni dot cz 2009-07-31 15:31 ------- "Even if we align the incoming stack properly, we still have to align the outgoing stack to 16byte"
I'm not opposing it. What I mean is: every function will have stack frame size that is multiple of mpreferred-stack-boundary (16 bytes) --- it is what GCC is doing now. And additionally, there will be stack realign for functions that do 16-byte SSE math. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838