aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/arm64
Commit message (Expand)AuthorAgeFilesLines
* Add support for address sanitizer for amd64 and arm64.Samuel Williams2022-05-251-0/+25
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-0/+1
* coroutine: Darwin on ARM64 needs alignment of 2^2David CARLIER2021-04-011-2/+4
* coroutine mac m1 update.David CARLIER2021-03-221-0/+5
* coroutine arm64 generating note.GNU-stack section for linux.David Carlier2021-03-051-0/+4
* Added include guards to coroutine headersNobuyoshi Nakada2021-01-221-0/+5
* Prefix export symbol prefix to coroutine_transferNobuyoshi Nakada2020-07-051-2/+5
* Removed trailing spaces [ci skip]Nobuyoshi Nakada2020-07-051-1/+1
* Remove "All Rights Reserved." from Copyright statement.Samuel Williams2019-12-282-2/+2
* decouple internal.h headers卜部昌平2019-12-261-0/+2
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-261-23/+16
* 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-15/+15
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-201-2/+2
* Formatting changes.samuel2018-11-201-0/+2
* 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/+118