summaryrefslogtreecommitdiff
path: root/coroutine/riscv64/Context.h
AgeCommit message (Collapse)Author
2024-10-08Cast via `uintptr_t` function pointer between object pointerNobuyoshi Nakada
- ISO C forbids conversion of function pointer to object pointer type - ISO C forbids conversion of object pointer to function pointer type
2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams
2021-03-30Support for native riscv64 coroutines.Samuel Williams
Notes: Merged: https://github.com/ruby/ruby/pull/4337