Files
wasmtime/lib/cretonne
Dan Gohman 9602b78320 Disable the LICM pass for now.
There appear to be underlying problems with the way Cretonne handles value
aliases, which are causing problems for LICM. Disable LICM until we have
a chance to fix the underlying issues.

Fixes #275.
2018-03-22 16:55:18 -07:00
..
2018-03-22 13:18:25 -07:00
2018-03-22 16:55:18 -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.