Files
wasmtime/cranelift/codegen
Andrew Brown d492cf7e0e Avoid unnecessary lane calculations in codegen code
This refactor moves the calculation of the number of lanes to code closer to where the Instruction/BoundInstruction is bound.
2019-08-20 10:21:12 -07:00
..
2019-08-06 14:41:13 -05:00

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