Files
wasmtime/cranelift/codegen
Benjamin Bouvier 350b3b2406 [meta] Avoid unwrapping instructions several times during legalization;
This avoids doing multiple unpacking of the InstructionData for a single
legalization, improving readability and reducing size of the generated
code. For instance, icmp had to unpack the format once per IntCC
condition code.
2019-10-15 11:37:48 +02:00
..
2019-10-11 11:05:24 -07:00
2019-10-09 06:20:30 -07:00

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