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