pub const LONGEST: usize = 2000;Expand description
The longest run of instructions this will schedule.
Building the graph is quadratic in the worst case, since an instruction that writes a register has to be put behind every instruction that read it. A run longer than this is left exactly as it arrived.