Files
wasmtime/cranelift/codegen
Trevor Elliott 7d28d586da riscv64: Don't reuse registers when loading constants (#5376)
Rework the constant loading functions in the riscv64 backend to generate fresh temporaries instead of reusing the destination register.
2022-12-05 16:51:52 -08:00
..
2021-10-10 14:19:08 +02:00
2022-12-05 08:38:57 -06:00
2022-12-05 08:38:57 -06:00
2022-12-05 08:38:57 -06:00

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