|
From: Tom H. <th...@cy...> - 2003-12-09 09:22:22
|
In message <se7...@pc...>
Berthold H=F6llmann <ho...@gl...> wrote:
> But why does only the python version fall into this alignment problem,
> not the stand allone program?
It could simply be chance - if malloc happens to give you a 16 byte
aligned block in the stand alone case then it will work. A different
program with a different pattern of allocations (the python case) then
happens not to give you a 16 byte aligned block.
Tom
--=20
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|