Age | Commit message (Expand) | Author |
---|---|---|
2018-11-24 | Change Makefile rule for assembly to use .S rather than .s | samuel |
2018-11-20 | Fix indentation. | samuel |
2018-11-20 | Prefer "static inline" to avoid duplicate symbols. | samuel |
2018-11-20 | Formatting changes. | samuel |
2018-11-20 | Ensure start function has correct declaration. | samuel |
2018-11-20 | Mark COROUTINE as noreturn. | samuel |
2018-11-20 | Tidy up comments. | samuel |
2018-11-20 | Native implementation of coroutines to improve performance of fibers | samuel |