Files
wasmtime/cranelift/codegen
Benjamin Bouvier 627ba24b59 Simplify jump table instructions and add missing conversion;
This makes non-legalized jump table instructions operate on operands with
pointer-sized types. This means we need to extend smaller types into the
pointer-sized operand, when the two don't match.
2019-08-02 18:39:39 +02:00
..
2019-07-27 04:50:19 -07:00

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