Hi folks,
I'm using Linux as well as OS/X. I'm curious as to whether I can boost the speed of access to main memory.
I'd like to accessed a fixed-address physical page and avoid the TLB lookup and address calculation delay.
But is such a thing possible from Linux or OS/X user space? And whether done from kernel space or user space, would it really speed things up?
Thanks.