Files
wasmtime/cranelift/codegen
Benjamin Bouvier 036b9aea94 [codegen] Rename and explicit usage of replace_with_alias;
It can actually only replace one result; don't try to make it generic
yet, since there's no point in doing so right now, and make it do the
dumb thing so it's not surprising to use.
2019-08-20 19:06:09 +02:00
..
2019-08-16 11:35:16 -07:00
2019-08-06 14:41:13 -05:00

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