Previous | Next --- Slide 33 of 36
Back to Lecture Thumbnails
neonachronism

Can setjump/longjump be implemented entirely in user space, or does it require a syscall?

bpr

@neonachronism, setjmp / longjump can be implemented entirely in usermode. With Clang / LLVM, the call is actually made first through a compiler builtin.