The Grumpy Editor goes 64-bit
Posted Apr 15, 2004 2:20 UTC (Thu) by
corbet (editor, #1)
In reply to:
The Grumpy Editor goes 64-bit by tjc
Parent article:
The Grumpy Editor goes 64-bit
"It seems that 32-bit processors with 36 or 40-bit address buses could prolong the life of 32-bit (instruction) processors for some time."
That, of course, is exactly what modern Pentium processors are. You can put 64GB of memory into such a thing, but that road leads to all the high memory hassles that the kernel hackers have been having so much fun dealing with. Addressing more physical memory can be (and is) done; the real problem is that you need larger virtual addresses. And that really forces a larger word size or your pointer arithmetic slows to a crawl.
Unless, of course, you want to get back into multiple memory models and "near" and "far" addresses. Personally, I don't miss those days at all.
(
Log in to post comments)