Y
Hacker News
new
|
ask
|
show
|
jobs
by
rdmsr
3484 days ago
Fun fact: physical addresses will still have at most 52 bits, despite linear address space having up to 57.
3 comments
ChuckMcM
3484 days ago
And that is a huge improvement from the old 40 bit limit, and then the 42 bit limit. In fact it is over 1000x better than the 52 bit limit :-)
link
Symmetry
3484 days ago
For garbage collectors and other things you really want a randomly selected number to only infrequently be a valid address.
link
tedunangst
3484 days ago
How often do garbage collectors look at physical addresses?
link
Symmetry
3484 days ago
... You're right, physical address bits are totally irrelevant and I was confused.
link
bogomipz
3484 days ago
I'm guessing this is tradeoff of practical vs possible?
link