main.cpp
2.32 KB
-
Add minimal example for x86_64 user level threads. · 5490e966
We implement a minimal concepts of user level threads. This shows the minimum requirements for our 'staggered' stack implementation: we need to be able to switch to a new stack and allow someone else to continue the calling function right before the switch.
FritzFlorian committed