Files
wasmtime/cranelift/codegen
Benjamin Bouvier 07c55fa50f aarch64: suggest a scratch register that's not caller-saved;
If the scratch register is caller-saved, then it might appear in fixed
ranges because of call clobbers. Instead, use a register that's not
caller-saved and has no predefined use in the ABI.
2020-05-13 10:56:32 +02:00
..
2019-12-07 09:47:43 -08:00

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