On 07/06/11 15:38, Armin Rigo wrote: > That change was not about portability, but about C compilers getting > too clever at optimizing. These two functions are (supposed) to be > only used on machines with 8-byte long longs and doubles. I could add > an assert, checking that sizeof(double) == sizeof(long long) == 8.
yes, that sounds like a good idea. Not that there are any machine around where the assert would fail, AFAIK, but better to play on the safe side. ciao, Anto _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev