Files
wasmtime/cranelift/codegen
Trevor Elliott d54a27d0ea Allocate temporary intermediates when loading constants on aarch64 (#5366)
As loading constants on aarch64 can take up to 4 instructions, we need to plumb through some additional registers. Rather than pass a fixed list of registers in, pass an allocation function.
2022-12-01 22:29:36 +00:00
..
2021-10-10 14:19:08 +02:00
2022-11-06 13:32:34 -06:00
2022-11-29 11:25:35 -08:00

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