Memory Safe Context Switching
- Support for ucontext APIs is new since release 0.680.
- If you want to play with setcontext, getcontext, makecontext, and swapcontext then you have to build from source.
- This document describes how Fil-C supports longjmp, setjmp, setcontext, getcontext, makecontext, and swapcontext in a totally memory-safe way.
Unverified
- Support for ucontext APIs is new since release 0.680.
- If you want to play with setcontext, getcontext, makecontext, and swapcontext then you have to build from source.
- This document describes how Fil-C supports longjmp, setjmp, setcontext, getcontext, makecontext, and swapcontext in a totally memory-safe way.
Sources: Fil-c