pub const MAX_REGISTERS_PER_FRAME: usize = 16_384;
Hard cap on registers a single frame may claim. Generous for real programs; prevents a pathological frame from claiming the whole register file.