Files
wasmtime/cranelift/codegen
julian-seward1 b95508c51a legalizer/split.rs: split_ebb_params: avoid pointless Vec allocations. (#1025)
This function is responsible for 2.2% of all heap allocation (calls) in CL.
This change avoids all of them in the (presumably) common case where none of
the parameters require splitting.  It also slightly reduces the compiler's
instruction count.
2019-09-16 15:01:07 +02:00
..

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