descriptionVarious little pure C coroutine implementations.
ownerTony Finch
last changeFri, 5 Feb 2010 15:18:25 +0000
shortlog
2010-02-05 Tony Finch Remove C99 bool. lua-ish
2010-02-05 Tony Finch Add a make target for publishing on the web.
2010-02-05 Tony Finch Fix compilation errors.
2010-02-05 Tony Finch Add Makefile.
2010-02-01 Tony Finch Merge the struct coro declaration and the static variab... origin/lua-ish
2010-02-01 Tony Finch C89 compatibility: move a declaration to the head of...
2010-02-01 Tony Finch Collapse static variable definitions into one line.
2010-02-01 Tony Finch Remove redundant top of stack variable.
2010-02-01 Tony Finch Change the coroutine stack size from 64K to 16K.
2010-02-01 Tony Finch Make the yield/resume argument local to the internal...
2010-02-01 Tony Finch Change internal push() function to return void
2010-02-01 Tony Finch Make resumable() safer by checking its argument isn...
2010-02-01 Tony Finch Replace alloca() with an idle coroutine that is responsible
2010-02-01 Tony Finch A very small coroutine implementation using alloca().
heads
3 years ago lua-ish
3 years ago smaller
3 years ago varargs