Files
wasmtime/cranelift/codegen/meta
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-09 06:20:30 -07:00

This crate contains the metaprogram used by cranelift-codegen. It's not useful on its own.