Files
wasmtime/cranelift/codegen
Nick Fitzgerald b5105c025c MachInst: always rematerialize constants, rather than assign them registers
There were a few previous code paths that attempted to handle this, but this new
check handles it for all callers.

Rematerializing constants, rather than assigning and reusing a register, allows
for lower register pressure.
2021-11-10 15:45:43 -08:00
..
2021-10-10 14:19:08 +02:00
2021-11-02 12:08:30 -05:00
2021-11-02 12:08:30 -05:00
2021-11-05 15:59:49 -07:00
2021-11-02 12:08:30 -05:00

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