Tom Tromey <tromey@redhat.com> writes: > version of) quickthreads, a cooperative thread package based on setjmp > (plus some small assembly hacks). Interesting. If it was cooperatively multitasked, did you have to hack GCC to insert a yield() after every instruction? - a