Skip to main content

Module x86_64

Module x86_64 

Source
Available on x86-64 only.

Functionsยง

revmc_entry ๐Ÿ”’ โš 
Entry trampoline: saves callee-saved registers, stores RSP into ecx.exit_sp, and calls the JIT function.
revmc_exitโš 
Exit trampoline: loads ecx.exit_result, restores the saved RSP, pops callee-saved registers and returns to the caller of revmc_entry.