The unwind rework (commit2d5db92a) removed support for the feature to allow a target to allocate the space for outgoing function arguments right in the prologue (originally added via commit80c2d70d). This patch adds it back.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.