Hojun-Cho
eb28dcd5b7
cgen: type-key the struct field-layout receiver arms via stamped tinfo ( #31 c1)
...
wwstage cgen resolved struct field LAYOUT (offset + field type) by bare-leaf
name (structlookupchain / structlookup / letvarstructinfo) at nine field
READ / addr-of / let-copy receiver arms whose base is a *struct pointer, a
value struct, or a module global. Under a cross-module same-leaf collision
(two modules each exporting a `pair`, 16B vs 24B) the bare-leaf lookup
first-matches the wrong-size struct -> the field is read / addressed / copied
at the wrong offset with the wrong width. cstage type-keys off the stamped
node.type_ (type_chase_named(base->type)->fields) and is correct; this aligns
wwstage UP to it (ww-only change).
Route the nine arms off the stamped receiver tinfo: R1/R2 *struct reads via a
new shared choke-point cgptrfieldloadtf (the tinfo twin of cgptrfieldload);
A1/A2/A3 addr-of and W3 scalar global-store via tichase(recv.type_)->fields;
C1/W4a copy/size via structabisizetn(tichase(.type_)). Mirrors #21 (5ae6e34 );
the *struct arms peel the pointee with tichase(.type_).sub, the faithful twin
of cstage type_chase_named(bu->sub).
The global value-struct arms (R2/R3/A3/W3/W4a) are converted-for-construction:
a global struct's type is always explicitly qualified, so the bare leaf already
resolved correctly and they cannot be reddened -- byte-id (cs.s==ww.s) is their
net, not a value pin. Labelled so the absent reddening pin is explained, not
silent.
Commit 1 of a 2-commit arc (RULING R2 / Opt-2, .ai/ken-31-spec.md): closes the
field-LAYOUT read/copy/addr surface. Commit 2 converts the W1/W2/W5/W4b store
loops to a tinfo-native fill (cgstructlitfilltn + sretretsizetn) and closes the
in-loop nested sub-arms by construction. Part of the #224 name-keyed-cgen
cluster retirement.
Pin: test/wcc/797 value-asserts R1 ptr-read / C1 let-copy / A1/A2 addr, each
reddening under independent per-arm revert (a ratchet proves nothing for this
silent-capable class).
2026-06-29 14:01:47 +09:00
..
2026-06-29 03:55:26 +09:00
2026-05-11 13:49:27 +09:00
2026-06-18 22:47:53 +09:00
2026-06-24 00:39:20 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-05-12 11:35:50 +09:00
2026-05-12 12:45:11 +09:00
2026-06-13 11:03:42 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-05-12 13:44:27 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 00:28:25 +09:00
2026-06-23 01:12:27 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-05-18 18:25:36 +09:00
2026-06-29 03:55:26 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 19:22:27 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-21 13:04:59 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-05-18 23:37:16 +09:00
2026-06-16 01:36:14 +09:00
2026-05-19 00:58:28 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:57:50 +09:00
2026-06-18 11:16:56 +09:00
2026-06-22 23:29:39 +09:00
2026-05-19 04:56:56 +09:00
2026-05-19 10:44:16 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-05-31 20:31:40 +09:00
2026-06-01 05:04:46 +09:00
2026-06-01 05:04:46 +09:00
2026-06-29 03:55:26 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-24 22:59:32 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-29 11:45:08 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 14:01:47 +09:00
2026-06-01 11:53:06 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-09 21:27:40 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-08 11:25:11 +09:00
2026-06-18 21:21:50 +09:00
2026-05-28 08:07:19 +09:00
2026-05-28 09:06:54 +09:00
2026-05-28 09:06:54 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-16 19:56:34 +09:00
2026-06-16 19:56:34 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 00:32:13 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 18:25:36 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-01 17:34:23 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-26 23:16:19 +09:00
2026-06-22 23:29:39 +09:00
2026-06-06 13:06:37 +09:00
2026-06-24 20:42:08 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 15:18:58 +09:00
2026-06-11 04:51:17 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-18 16:44:41 +09:00
2026-06-29 03:55:26 +09:00
2026-06-18 16:44:41 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 22:59:32 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 01:44:13 +09:00
2026-06-22 23:29:39 +09:00
2026-06-24 03:25:47 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-29 03:55:26 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-29 03:55:26 +09:00
2026-06-17 00:17:25 +09:00
2026-06-22 23:29:39 +09:00
2026-06-23 00:23:15 +09:00
2026-06-18 12:09:25 +09:00
2026-06-13 04:43:57 +09:00
2026-06-18 00:52:33 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 12:47:41 +09:00
2026-06-13 10:17:51 +09:00
2026-06-18 17:39:27 +09:00
2026-06-22 23:29:39 +09:00
2026-06-14 11:46:10 +09:00
2026-06-12 00:21:16 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 19:32:42 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-16 02:43:01 +09:00
2026-06-22 19:49:57 +09:00
2026-06-22 23:29:39 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 20:45:12 +09:00
2026-06-22 20:52:11 +09:00
2026-06-16 15:35:26 +09:00
2026-06-11 09:32:44 +09:00
2026-06-16 14:54:19 +09:00
2026-06-18 20:45:12 +09:00
2026-06-16 13:30:45 +09:00
2026-06-16 17:16:37 +09:00
2026-06-16 17:16:37 +09:00
2026-06-19 00:58:57 +09:00
2026-06-16 18:04:54 +09:00
2026-06-29 03:55:26 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 19:32:42 +09:00
2026-06-25 01:32:32 +09:00
2026-06-16 20:19:14 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-11 04:51:17 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-13 04:40:58 +09:00
2026-06-22 21:17:30 +09:00
2026-06-18 09:52:19 +09:00
2026-06-13 10:20:46 +09:00
2026-06-29 03:55:26 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-29 03:55:26 +09:00
2026-06-29 03:55:26 +09:00
2026-06-16 19:56:34 +09:00
2026-06-18 11:16:56 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-17 06:23:37 +09:00
2026-06-29 03:55:26 +09:00