Which compiler with which options pads with a whole four bytes? Doesn't it pad the normal 8 byte svalue too?
Malloc alignment isn't much of a factor; there's hardly ever any allocation of single svalues.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-09-19 08:21: Subject: Re: time() and optimization again
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
/ Brevbäraren