numa: next-touch policy

176 views Asked by At

Can anyone explain how the "next-touch" policy can be implemented using "mprotect" on a NUMA system? Say I have an array of integers, A, I protect it using "mprotect". Next whenever any thread tries to access it i will only have information on the single address trying to be accessed (c-sigsegv-handler-mprotect). What do I do next? If anyone could explain all the steps (from start) needed according to the "next-touch" policy that would be great, thanks!

0

There are 0 answers