Files
wasmtime/lib/codegen
Amanieu d'Antras e9d362d902 Improve coalescing performance by using a FxHashMap (#340)
* Use FxHashMap instead of HashMap for better performance

* Replace the binary search in the coalescing pass with a FxHashMap

This speeds up coalescing by up to 16% and overall compilation by 9%
2018-05-18 15:40:08 -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.