1 2 3 4 5 6
//! Header-level constants from `CodeGen/src/EmitCommonA64.h`. /// `inline constexpr unsigned kSpillSlots = 22;` pub const K_SPILL_SLOTS: u32 = 22; /// `inline constexpr unsigned kExtraSpillSlots = 32;` pub const K_EXTRA_SPILL_SLOTS: u32 = 32;