• Russ Cox's avatar
    6g: generate string data as individual symbols, · 83cd4ee0
    Russ Cox authored
    so that 6l can discard strings used by dead code.
    also, for short strings, generate DUPOK global
    symbols so that references to, say, "%s: %s" in
    multiple files result in only a single symbol.
    
    R=ken
    OCL=28361
    CL=28361
    83cd4ee0
Name
Last commit
Last update
..
Makefile Loading commit data...
align.c Loading commit data...
cgen.c Loading commit data...
gen.c Loading commit data...
gg.h Loading commit data...
gsubr.c Loading commit data...
list.c Loading commit data...
obj.c Loading commit data...
opt.h Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...