Message82407
> I would suggest to use 2^30 base only if sizeof(long)>=8 (64 bits
CPU).
Thats not the correct test. Test for an actual 64-bit build target.
sizeof(long) and sizeof(long long) are not usefully related to that in
any sort of cross platform manner. On windows, we'd define the flag for
15 vs 30 bit longs in the build configs for the various build targets.
On every thing else (autoconf), we can use a configure test to check the
same things that platform.architecture() checks to return '32bit' vs
'64bit'. |
|
Date |
User |
Action |
Args |
2009-02-18 05:13:32 | gregory.p.smith | set | recipients:
+ gregory.p.smith, loewis, collinwinter, mark.dickinson, pitrou, vstinner, christian.heimes, jyasskin, schuppenies |
2009-02-18 05:13:32 | gregory.p.smith | set | messageid: <1234934012.11.0.117592752003.issue4258@psf.upfronthosting.co.za> |
2009-02-18 05:13:30 | gregory.p.smith | link | issue4258 messages |
2009-02-18 05:13:30 | gregory.p.smith | create | |
|