On 14 October 2011 13:55, Paolo Bonzini <pbonz...@redhat.com> wrote: > On 10/14/2011 02:47 PM, Paolo Bonzini wrote: >> >> A user-space longjmp will always be slower than a mutex+condvar+context >> switch. > > Gah, I obviously meant faster. :)
Ah, I hadn't actually looked at the coroutine-gthread.c code, and had assumed it was implementing coroutines via a gthread coroutine abstraction rather than via gthread real actual threads. -- PMM