Y
Hacker News
new
|
ask
|
show
|
jobs
by
hornetblack
2744 days ago
There's a concept called exception-less syscalls, which might be similar to what your thinking.
1 comments
d33
2744 days ago
My idea is to avoid context switching like in VDSO, but with a generalized solution that would allow this sort of behavior for all system calls. Could you point me to any write-ups about exception-less syscalls?
link
anonymousDan
2744 days ago
See the FlexSC paper at the bottom here:
https://www.usenix.org/conference/osdi10/flexsc-flexible-sys...
or more recently SCONE in the context of Intel SGX:
https://www.usenix.org/conference/osdi16/technical-sessions/...
link