Files
wasmtime/cranelift/codegen
Nick Fitzgerald 6e135b3aea peepmatic: Fix a failed assertion due to extra iterations after fixed point
After replacing an instruction with an alias to an earlier value, trying to
further optimize that value is unnecessary, since we've already processed it,
and also was triggering an assertion.
2020-05-14 07:52:23 -07:00
..

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