Browse Source
* Cranelift: pass iterators to `ABIMachineSpec::compute_arg_locs` Instead of slices. This gives us more flexibility to pass custom sequences without needing to allocate a `Vec` to hold them and pass in as a slice. * Cranelift: Avoid cloning `ir::Signature`s in `SigData::from_func_sig` This avoids two heap allocations per signature that are unnecessary 99% of the time. * fix typo * Simplify condition in `missing_struct_return`pull/5115/head
Nick Fitzgerald
2 years ago
committed by
GitHub
1 changed files with 21 additions and 14 deletions
Loading…
Reference in new issue