Hojun-Cho a67259ca69 wcc/cgen: localfind inline name-loop -> strings.compare (Wave-2 hand-rolled->lib)
The open-coded len-guard + byte-by-byte equality loop in localfind is
exactly strings.compare(ln, name) == 0 (==0 demands equal length AND
equal bytes; no prefix false-match). Matches cstage cgen.c:1669
strcmp(l->name, name) == 0. The @-fallback streq + localfindnode streq
calls are shared-helper calls, left for the wholesale swap (#17).

Regenerated w6c + wwdump combined.ww (the only amalgamations embedding
cgen.ww's localfind).
2026-06-03 04:19:38 +09:00
Description
No description provided
12 MiB
Languages
C 89.4%
Python 7.2%
Makefile 2.3%
Shell 0.8%
Assembly 0.3%