aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/copy
Commit message (Expand)AuthorAgeFilesLines
* Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada2020-12-051-3/+3
* Rework the order of operations to avoid stack smashing.Samuel Williams2020-12-051-19/+40
* Remove "All Rights Reserved." from Copyright statement.Samuel Williams2019-12-282-2/+2
* Fix coroutine copy implementation on OpenBSDJeremy Evans2019-12-271-0/+4
* Add assertions to `coroutine_initialize_main`.Samuel Williams2019-07-191-2/+3
* Split assertions to check which one fails.Samuel Williams2019-07-191-1/+3
* Make fiber_pool more conservative on platforms with limited address space.Samuel Williams2019-07-181-0/+4
* Stack copying implementation of coroutines.Samuel Williams2019-07-182-0/+220