pub(crate) const NUM_INSTRUCTIONS: usize = 512;
Expand description
Maximum number of instructions in the program
Programs with fewer instructions may be generated (for example, after a timing stall when register allocation fails) but they will not pass whole-program constraint tests.