Files
wasmtime/lib/codegen
Amanieu d'Antras 80fdfb2376 Optimize partition_slice (#341)
* Generate debug symbols in optimized builds.

This allows profiling tools to provide more accurate information,
especially details about inlined functions.

* Rewrite and optimize partition_slice

This improves the performance of the register allocation passes
which use LiveValueTracker.
2018-05-18 12:54:00 -07:00
..
2018-05-18 12:54:00 -07:00
2018-05-01 19:54:21 -07:00

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