[Python-Dev] Memory size overflows
Greg Ewing
greg@cosc.canterbury.ac.nz
Thu, 17 Oct 2002 10:39:23 +1300 (NZDT)
> Re-calculating the product with integer multiplication is probably faster
> than converting a double to integer on any sane CPU.
Um... what would be "sane" about that?
I don't know much about the Pentium. I do know that
the PowerPC doesn't have any way of moving a value
from a float to an integer register without going
through memory... but I regard that as a decidedly
INsane feature!
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg@cosc.canterbury.ac.nz +--------------------------------------+