On Fri, Sep 19, 2003 at 08:05:02AM +0200, Mirar @ Pike developers forum wrote:
Why would it align to 8 byte alignment on a Pentium?
Depends on options. Some compilers do. Additionally, there is another alignment - malloc()ed, usually 16 bytes (depends on library though).
Regards, /Al