a67259ca69abdd61b5b7e7f85cb08beaec126ddd
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).
Description
No description provided
Languages
C
89.4%
Python
7.2%
Makefile
2.3%
Shell
0.8%
Assembly
0.3%