Files
wasmtime/cranelift/codegen
Trevor Elliott 15fe9c7c93 Inline jump tables in parsed br_table instructions (#5755)
As jump tables are used by at most one br_table instruction, inline their definition in those instructions instead of requiring them to be declared as function-level metadata.
2023-02-09 14:24:04 -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.