Files
wasmtime/cranelift/codegen
Benjamin Bouvier 0243b642e3 [meta] Remove name lookups in formats;
This does a lot at once, since there was no clear way to split the three
commits:

- Instruction need to be passed an explicit InstructionFormat,
- InstructionFormat deduplication is checked once all entities have been
defined;
2019-10-22 14:05:12 +02:00
..
2019-10-15 11:11:48 -07:00

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