aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-262-24/+17
* Remove unused symbolsNobuyoshi Nakada2019-05-161-5/+5
* Make COROUTINE_REGISTERS compile-time only not to be a global symbolNobuyoshi Nakada2019-05-161-1/+1
* Ensure stack is correctly protectedsamuel2018-11-241-0/+4
* Change Makefile rule for assembly to use .S rather than .ssamuel2018-11-241-0/+0
* Fix indentation.samuel2018-11-201-17/+17
* GAS style assembly for win64 (mingw).samuel2018-11-201-3/+2
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-201-2/+2
* Formatting changes.samuel2018-11-201-5/+5
* Ensure start function has correct declaration.samuel2018-11-201-1/+1
* Tidy up comments.samuel2018-11-202-11/+7
* Restore return value assignmentsamuel2018-11-201-1/+1
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-202-0/+106