pub const READY: usize = 100;Expand description
How many instructions are looked at when choosing the next one.
gcc/params.opt:761’s max-sched-ready-insns, Init(100), and the same number for the same
reason. The ones looked at are the ones that were earliest in the input, so the bound is a
function of the input like everything else here.