Skip to main content

MAX_REGISTERS_PER_FRAME

Constant MAX_REGISTERS_PER_FRAME 

Source
pub const MAX_REGISTERS_PER_FRAME: usize = 16_384;
Expand description

Hard cap on registers a single frame may claim. Generous for real programs; prevents a pathological frame from claiming the whole register file.