Files
wasmtime/lib/cretonne
Dan Gohman af8ac8f8ca Avoid calling analyze_branch() when the BranchInfo is not needed.
It's faster to just call `opcode().is_branch()`.
2018-03-22 13:18:25 -07:00
..
2018-03-22 13:18:25 -07:00
2018-03-05 14:05:13 -08:00
2018-03-18 14:56:30 -07:00

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