aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/arm32
Commit message (Expand)AuthorAgeFilesLines
* Make fiber_pool more conservative on platforms with limited address space.Samuel Williams2019-07-181-0/+1
* Restore updated implementation of arm32 coroutine code, but prefer ucontext.Samuel Williams2019-06-262-4/+12
* Revert "coroutine/arm32/Context.S: save/restore the registers via stack"Yusuke Endoh2019-06-262-5/+4
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-261-22/+16
* coroutine/arm32/Context.S: save/restore the registers via stackYusuke Endoh2019-06-262-4/+5
* Revert 518adcca0a and dbe232e24eYusuke Endoh2019-06-251-6/+2
* Order of arguments might be incorrect in arm32 coroutine implementation.Samuel Williams2019-06-251-2/+6
* Make COROUTINE_REGISTERS compile-time only not to be a global symbolNobuyoshi Nakada2019-05-161-1/+1
* Change Makefile rule for assembly to use .S rather than .ssamuel2018-11-241-0/+0
* Fix indentation.samuel2018-11-201-14/+14
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-201-2/+2
* Formatting changes.samuel2018-11-201-1/+1
* Ensure start function has correct declaration.samuel2018-11-201-1/+1
* Mark COROUTINE as noreturn.samuel2018-11-201-1/+1
* Tidy up comments.samuel2018-11-202-11/+7
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-202-0/+74