|
|
|
|
|
by matheusmoreira
1691 days ago
|
|
Maybe a system call that checks whether writing to a page would result in a fault? What if we had memory file descriptors for pages? We'd be able to use them with epoll and io_uring to asynchronously check whether it's safe to write to the pages they represent. |
|