pub const NODES_MAX: usize = 4096;Expand description
Upper bound on the objects in one runtime closure.
A real closure is tens of objects; a thousand would already be remarkable. The limit bounds work requested by a synthetic or malformed ELF graph.