Linked by Jordan Spencer Cunningham on Wed 7th Oct 2009 19:15 UTC, submitted by JayDee
Permalink for comment 388244
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-10-18
Unless the processor makers get smarter about how operating systems are structured, there wouldn't be a technical benefit to going to 128-bit.
On 64-bit systems, you already pay a performance penalty for dealing with pointers that are twice as large. I know this penalty is on the order of 20% in Java, and it's probably not much better for native code.
About the only only practical uses I could see for 128-bits are for filesystems, or for ultra-high-end compute clusters that run thousands or hundreds of thousands of virtuals.