bb1e3e5685
Promoted from worker B's staging implementation (which independently reproduced worker A's metric). Ranks worklist rows by tie-break density: for n = 2/3/4, the fraction of n-instruction opcode subsequences already seen earlier in the body, best of three, with NOPS EXCLUDED (worker A's refinement -- lw/nop pairs otherwise inflate arithmetic rows). This is the phase's central dispatch finding made reproducible. Evidence: worker A matched 548 B / 460 B / 356 B / 204 B all on the FIRST spelling while its one nine-attempt failure was the SMALLEST row it attacked (176 B); worker D matched 1232 B on the 2nd spelling and 700 B on the 3rd while its 248 B row took 4. Cost is set by tie-break density, not size. Companion rule (cookbook 99): once a row is matched, the row ADJACENT to it beats even the top of this list -- the binary is laid out by translation unit, so neighbours share the author's habits. 4-for-4 across two workers.