Y
Hacker News
new
|
ask
|
show
|
jobs
by
cryptonector
649 days ago
Plus 53-bit indices exceed the amount of memory that many 64-bit architectures can address (x86_64 is 48 bits, ARM is either 48 or 52 bits).
1 comments
zokier
649 days ago
x86-64 is 57 bits these days
https://en.wikipedia.org/wiki/Intel_5-level_paging
link
cryptonector
649 days ago
Thanks for the correction! TIL.
link
namibj
648 days ago
Tbf, it's not commonly run because it increases TLB miss latency for rarely any benefit (why are you mmap-ing so much? How can you afford to keep that much data around...).
link