Hojun-Cho
f2b47087a2
wcc: &s.len / &s.cap typed as *i64 ( closes #13 )
...
TK_AMP early-exit on slice/str .len/.cap pseudo-fields now returns
*i64 instead of legacy *i32. Slice ABI is 24B fixed; LEAQ at the slot
was already correct, only the pointer typing was wrong — store-width
flips from MOVL to MOVQ via the existing primsize-from-tnode path.
&s.ptr untouched (already **T).
2026-05-14 00:21:53 +09:00
..
2026-05-12 03:14:20 +09:00
2026-05-11 13:49:27 +09:00
2026-05-11 13:49:27 +09:00
2026-05-12 04:15:31 +09:00
2026-05-12 04:15:31 +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-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-05-13 20:06:24 +09:00
2026-05-13 21:44:50 +09:00
2026-05-13 22:23:00 +09:00
2026-05-13 22:53:50 +09:00
2026-05-13 23:45:35 +09:00
2026-05-14 00:09:46 +09:00
2026-05-14 00:21:53 +09:00
2026-05-13 20:38:55 +09:00
2026-05-11 13:49:27 +09:00
2026-05-12 13:50:09 +09:00
2026-05-13 20:38:55 +09:00
2026-05-12 03:14:20 +09:00
2026-05-12 03:49:09 +09:00
2026-05-13 16:07:18 +09:00
2026-05-11 13:49:27 +09:00
2026-05-11 13:49:27 +09:00
2026-05-11 16:48:58 +09:00
2026-05-12 16:21:13 +09:00
2026-05-11 16:48:58 +09:00
2026-05-11 17:52:29 +09:00
2026-05-12 03:58:55 +09:00