Files
wasmtime/cranelift/codegen
Trevor Elliott d71c9458dc Make DataFlowGraph::blocks public (#5740)
Similar to when we exposed the DataFlowGraph::insts field through a restrictive newtype, expose DataFlowGraph::blocks through an interface that allows a restrictive set of operations. This field being public now allows us to avoid a rematch in ssa construction, and simplifies the implementation of adding a block argument to a block referenced by a br_table instruction.
2023-02-07 17:11:14 -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.