Hacker News new | ask | show | jobs
by bonzini 85 days ago
Stackful coroutines also can't be used to "send" a coroutine to a worker thread, because the compiler might save the address of a thread local variable across the thread switch (happened in QEMU).
1 comments

Yes I know, GCC has a long standing bug open on the issue :(.