Files
wasmtime/cranelift/codegen
Trevor Elliott b0b3f67cb0 Move jump tables to the DataFlowGraph (#5745)
Move the storage for jump tables off of FunctionStencil and onto DataFlowGraph. This change is in service of #5731, making it easier to access the jump table data in the context of helpers like inst_values.
2023-02-07 21:21:35 -08:00
..
2021-10-10 14:19:08 +02:00
2023-02-06 09:10:19 -06:00
2023-02-07 15:57:49 -08:00

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