I am thinking about Minimizing page faults (and TLB faults) while “walking” a large graph
This is a long shot, but I wish to be able to load data from a page into a register, without updating the “most recent access flag”, as I know that data being loaded from my thread will no be touched again for a long time. Therefore I do not wish to delay the eviction of the page from memory if the OS is getting short of ram.