e7caec4443
Worker D's 0x800308C4 (264 B) MATCHES, verified independently and gated on the whole binary before promotion. Three bodies now sit above the old 244 B ceiling (248/248/264 B) from two independent workers, so the dispatch-artefact verdict is settled by result. COOKBOOK 59 EXTENDED WITH A NEW MECHANISM. D's first attempt was 8 words from a match and all eight were the FRAME; 56 of 64 words were already byte-identical including every call site, delay slot and register. The missing 8 bytes are an UNREFERENCED ARRAY LOCAL, and the mechanism is measured across five spellings: cc1 allocates stack space for an unreferenced ARRAY local but NOT for an unreferenced SCALAR local (`int pad0, pad1;` gives no home; `int pad[2]` and `short pad[4]` both match). The 8 bytes are size-load-bearing and content-free -- a limit of the reconstruction, not a recovered fact, recorded as such in the file header. AMENDED RULE: when the residual IS the frame, vary the local aggregate's declaration in THREE directions -- element type, row stride, and total size. Instance 1 (0x8009F6A0) needed the row stride; instance 2 (0x800308C4) needed the total size.