Branch

  • Show log

    Commit

  • Hash : c9b2a8a4
    Author : Peter Bergner
    Date : 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.