Originally posted by: FrankSchwab
I can't think of many real-world tasks where having a 64-bit integer is going to speed anything up.
Having twice the number of registers? Sure, that'll speed things up.
Having a 64-bit instruction pointer? Sure, that'll help a class of current applictions that need more than 4GB of memory.
Having 64-bit integers? That's a tough one. Perhaps it's the reason that Microsoft's Visual Studio still uses 32 bits for its "long" datatype - too many compatibility issues with changing the size of long for too few benefits.