Skip to main content

DEFAULT_MIN_OPS

Constant DEFAULT_MIN_OPS 

Source
pub const DEFAULT_MIN_OPS: u32 = 4;
Expand description

Default smallest skeleton size, in control operations, for a unit to be indexed.

Four operations is one control construct nested inside another — a branch inside a loop, say — which is the point at which a skeleton starts to distinguish one function from the next. Below it the skeletons of unrelated code coincide constantly, and the posting cap would be doing all the work.