Files
wasmtime/cranelift/codegen
Trevor Elliott 54cfa4df34 cranelift: Fix implicit pointer argument register use (#5301)
* Fix arg handling to write to VRegs instead of physical regs

* Make is_included_in_clobbers required, and handle Args on x64 and riscv64
2022-11-18 16:47:03 -08:00
..
2021-10-10 14:19:08 +02:00
2022-11-06 13:32:34 -06:00
2022-11-06 13:32:34 -06:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.