The Prospects for 128 Bit Processors ( John Mashey SGI 1995)
- Hardware
- Infrastructure
- Security
- AI
The linked piece is a 1995 exchange about whether processors would move from 64-bit to 128-bit, with the key question being address space rather than wider vector registers. Mashey’s argument was that jumping to 128-bit general-purpose machines would be expensive in die area, routing, and latency, and that vendors would only do it when real workloads demanded more than 64-bit systems could address. That prediction held up. People pointed out that today’s CPUs still do not expose full 64-bit virtual addresses in practice, usually landing around 48 to 57 bits, which tells you how far we still are from exhausting even the current model.
If you are designing systems, assume 64-bit addressing will remain the practical baseline for a long time and solve growth with distribution, not giant shared-memory assumptions. Watch 128-bit work where it changes semantics rather than scale, especially capability hardware and specialized numerical code.
-
yarchive.net
- Discuss on HN