Commit c9b2a8a4ceb2fa1f46c0200592562677214084fd

Peter Bergner 2025-08-07T06:40:35

riscv: Add static trampoline support (#931) (#933) Add static trampoline support to riscv32 and riscv64 Linux ABIs. The implementation follows the s390x and powerpc implementations which does not introduce a ffi_closure_*_alt function, but rather jumps directly to the ffi_closure_asm function itself.