c22ef879e8
Worker D's 0x800910BC (280 B), its 8th match. TWO CORRECTIONS TO THE COORDINATOR'S OWN COOKBOOK ENTRY, both from measurement: - 67 was INCOMPLETE and cost worker D a spelling. The magic alone is AMBIGUOUS: D = 2^(32+s)/M where s is the shift of the sra after the mfhi. 0x2AAAAAAB is /6 at s=0, /12 at s=1, /24 at s=2, and worker D read it as /6 when the shift was 1. The corollary is worth having too: the same magic twice in one function is not a contradiction (0x66666667 serves both /10 at s=2 and /5 at s=1, materialised once into a callee-saved register). - The named-local rule is PER-SITE within one function. Naming a result the original consumes immediately costs 2 words; naming one the original reuses is free. Apply the decision once per VALUE, not once per function. That is now the fourth correction to coordinator work this phase, and every one came from a worker measuring something the coordinator had asserted.