* 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%
This crate contains the core Cretonne code generator. It translates code from an intermediate representation into executable machine code.