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: Re: help!


> Can you explain in detail the meaning of 16-byte alignment?

(address of stack pointer % 16) == 0.

> According to your explain,we can see, from 5 to bigger number, the 16-byte
> alignment is active. But we still don't understand the allocation from 1
> to 4.

Hmm... I must say it looks strange to me too... maybe a problem with gcc
2.96-RH. The behaviour of gcc 3.1 is better.

--
Eric Botcazou
ebotcazou@multimania.com


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