One Reply to “/dev/upmap and /dev/kpmap added”

  1. As far as I understand, this optimizes repetition of system calls like getpid(), clock_gettime() and setproctitle().

    Since all the data is mmaped for the process, all it takes is just a simple memory read to access data – which is obviously much faster than the usual syscall interface.

Comments are closed.