luaur-code-gen 0.1.0

Native (A64/X64) code generation for Luau (Rust).
Documentation
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;