Files
wasmtime/cranelift/codegen
Benjamin Bouvier d9277f249b [meta] Introduce the InstructionGroupBuilder;
This follows the rest of the code base data structures, where we have a
mutable data structure builder; once the data structure is constructed,
it's immutable.

This also makes the definition of instructions easier, and it paves the
way for defining immediate variants.
2019-05-29 14:05:01 +02:00
..
2019-04-05 08:23:42 -07:00

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