Files
wasmtime/lib/cretonne
Dan Gohman d7c66a8ec1 Don't run the DCE pass when optimization is disabled.
The main purpose of the DCE pass is to clean up dead code left behind by
the optimizer, so it's not valuable to run it when the optimizer isn't
being run.
2018-03-30 12:46:03 -07:00
..
2018-03-05 14:05:13 -08:00
2018-03-18 14:56:30 -07:00
2018-03-28 22:07:26 -07:00

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