fmm
fmm copied to clipboard
Consider storing continuations as closures in stacks
- The function pointers to continuations which are passed as an argument to every function currently can be stored in stacks.
- Can it omit some extra stack operations?