Skip to main content

CROWDED

Constant CROWDED 

Source
pub const CROWDED: usize = 2048;
Expand description

How many locals and spill slots a function may have before its frame is laid out the old way.

See the note on crowding in the module documentation. Over the corpus the largest function has far fewer than this, so the limit is a guard against a generated file rather than something the ordinary path meets.