Files
wasmtime/cranelift/codegen
Sean Stangl a06f2c87c2 Pass Encoding to compute_size() for runtime Encoding inspection. #1156
In some cases, compute_size() is used to choose between various different Encodings
before one has been assigned to an instruction. For x86, the REX.W bit is stored
in the Encoding. To share recipes between REX/non-REX, that bit must be inspected
by compute_size().
2019-11-08 09:08:07 -08:00
..
2019-11-06 14:38:46 -08:00
2019-11-06 14:38:46 -08:00
2019-10-30 09:47:25 +01:00

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