[LLVMdev] [RFC] Coroutines

Joerg Sonnenberger joerg at britannica.bec.de
Thu Aug 4 18:00:43 PDT 2011


On Fri, Jul 29, 2011 at 03:01:12AM +0530, Sanjoy Das wrote:
> I've been working on adding coroutines to LLVM. Mentioned below is the
> implementation plan I'm following, for suggestions, flames and other
> input. Using segmented stacks is a prerequisite.

Please look at architectures with register window like SPARC. They are
the hard case for efficient co-routines.

Joerg



More information about the llvm-dev mailing list