Skip to main content

MAX_REGISTER_FILE

Constant MAX_REGISTER_FILE 

Source
pub const MAX_REGISTER_FILE: usize = _; // 1_048_576usize
Expand description

Hard cap on the total register file across all live frames. Deep recursion hits this and errors instead of consuming unbounded memory.