Hacker News new | ask | show | jobs
by monocasa 2488 days ago
The underlying implementations define the behavior here very well.
1 comments

Well, I would not go that far. My coroutine hack relies on “unwarranted chumminess with the implementation” (http://c-faq.com/struct/structhack.html) and there are lots of incidental things that can break it. It is best treated as an example of the principles of thread switching and stack allocation.