Message75513
oh yay, thanks. it looks like you did approximately what i had started
working on testing a while back but have gone much further and added
autoconf magic to try and determine when which size should be used. good.
(i haven't reviewed your autoconf stuff yet)
As for marhsalled data and pyc compatibility, yes that is important to
consider.
We should probably base the decision on which digit size to use
internally on benchmarks, not just if the platform can support 64bit
ints. Many archs support 64bit numbers as a native C type but require
multiple instructions or are very slow when doing it.
(embedded arm, mips or ppc come to mind as obvious things to test that on) |
|
Date |
User |
Action |
Args |
2008-11-05 00:57:52 | gregory.p.smith | set | recipients:
+ gregory.p.smith, mark.dickinson, vstinner |
2008-11-05 00:57:50 | gregory.p.smith | set | messageid: <1225846670.9.0.0995631982967.issue4258@psf.upfronthosting.co.za> |
2008-11-05 00:57:49 | gregory.p.smith | link | issue4258 messages |
2008-11-05 00:57:48 | gregory.p.smith | create | |
|