Files
wasmtime/cranelift/codegen
bjorn3 96b14ed8eb Match on InstructionData instead of Opcode
This should be faster by avoiding matching on InstructionData to get the
Opcode, then on Opcode and then finally on the InstructionData again to
get the arguments
2021-10-31 17:52:43 +01:00
..
2021-10-10 14:19:08 +02:00
2021-10-12 15:12:26 +02:00
2021-10-29 09:09:35 -05:00

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