Hojun-Cho
02967e04ce
w6c: fix global-ptr field-store SEGV via decline-to-resolver ( #6 )
...
A module-global pointer's field store/compound (`let gp:*S=nil; gp.f += 5`,
`gp.in = Inner{...}`) SEGV'd in cstage: the enumerated N_DOT-lhs arms load
the base pointer with `MOVQ boff(BP),BX`, valid only for a LOCAL ptr slot,
but a module-global ptr has no local slot (localfind=0) so it dereferenced
the saved BP. wwstage was correct -- it routes these through its F6
cgplaceaddr resolver (its dedicated arm is scalar-`=`-only by design,
#60/#61). The byte-id gate was blind (no global-ptr compound in the
bootstrap corpus) and the deferral note was stale: this is a live cs!=ww
divergence with wwstage as the oracle.
cstage already has an equivalent assign-resolver (cgen.c ~7488) that emits
byte-identically to wwstage's F6 route, but the enumerated arms intercepted
the global case first. Fix (align cstage UP, cstage-only): two precondition
entry-guards decline a module-global `*struct` base for the compound +
non-scalar-field cases so they fall through to the resolver. Plain-scalar
`=` stays in the enumerated arm (its #47 fix already matches wwstage). The
decline and resolver accept-sets exactly partition the global-base
N_DOT-lhs space (no gap, no overlap); tagged/float field stores now both
loud-stop symmetrically (were SEGV'ing). The discriminant keys on
localfind-presence + let_islet, so a param at offset 0 stays local.
New both-stage + byte-id test 689_globptr_field_store_run covers offset-0/8,
compound, struct/str field, chained gp.x.y, indexed gp.a[i].f, with local +
offset-0-param controls. The field-READ path is independently broken in
both stages (filed #15 ). make clean && make test: all 403 passed, byte-id
990-996 green.
2026-06-23 01:12:27 +09:00
..
2026-06-22 17:10:22 +09:00
2026-05-11 13:49:27 +09:00
2026-06-18 22:47:53 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 18:25:36 +09:00
2026-05-16 11:17:20 +09:00
2026-05-11 13:49:27 +09:00
2026-05-11 13:49:27 +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-05-11 13:49:27 +09:00
2026-05-11 13:49:27 +09:00
2026-05-12 13:44:27 +09:00
2026-05-12 13:37:31 +09:00
2026-06-22 23:29:39 +09:00
2026-06-14 12:36:36 +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-23 01:12:27 +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-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-05-17 07:25:49 +09:00
2026-05-17 07:33:55 +09:00
2026-05-18 00:15:34 +09:00
2026-05-18 01:51:57 +09:00
2026-06-22 11:52:41 +09:00
2026-05-18 02:49:06 +09:00
2026-05-18 03:15:40 +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-22 23:29:39 +09:00
2026-05-18 12:01:34 +09:00
2026-05-18 18:25:36 +09:00
2026-06-22 23:29:39 +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-04 04:34:54 +09:00
2026-06-22 23:29:39 +09:00
2026-05-18 19:22:27 +09:00
2026-05-18 19:40:41 +09:00
2026-05-18 19:55:30 +09:00
2026-05-24 08:11:14 +09:00
2026-06-21 13:04:59 +09:00
2026-05-18 21:13:42 +09:00
2026-06-22 23:29:39 +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-05-19 12:30:36 +09:00
2026-05-19 13:43:45 +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 11:16:56 +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-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-18 11:16:56 +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-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 16:44:41 +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-01 11:53:06 +09:00
2026-06-22 23:29:39 +09:00
2026-05-11 13:49:27 +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-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-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-18 00:32:13 +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-18 11:16:56 +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-10 20:45:46 +09:00
2026-06-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-05-29 23:19:36 +09:00
2026-05-29 19:43:48 +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-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-05-23 21:22:24 +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-06 13:06:37 +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-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-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-12 19:22:51 +09:00
2026-06-12 19:19: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-05-20 01:09:16 +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-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-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-22 23:29:39 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 11:16:56 +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-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-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 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-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-18 00:15:24 +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-13 13:57:21 +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-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-11 04:51:17 +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-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-22 23:29:39 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-22 23:29:39 +09:00
2026-06-18 02:49:09 +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