in reply to Re^8: use64bitint in building Perl
in thread use64bitint in building Perl
Not so fast on losing precision. IEEE binary floating-point for double precision (which is what I believe Perl uses) represents small integers exactly. Where small is anything under 53 bits. So the upgrade wastes memory, but doesn't necessarily lose any precision.