• Russ Cox's avatar
    6g/6l: add go type information to symbol table. · 311c0b48
    Russ Cox authored
      archive size +70%
      binary size +30%
    
    old
    
    wreck.mtv=; ls -l /Users/rsc/bin/{godoc,gofmt}
    -rwxr-xr-x  1 rsc  eng  1487922 Aug 13 13:21 /Users/rsc/bin/godoc
    -rwxr-xr-x  1 rsc  eng   995995 Aug 13 13:21 /Users/rsc/bin/gofmt
    wreck.mtv=; du -sh $GOROOT/pkg/
    9.5M	/home/rsc/go/pkg/
    wreck.mtv=;
    
    new
    
    wreck.mtv=; ls -l /Users/rsc/bin/{godoc,gofmt}
    -rwxr-xr-x  1 rsc  eng  2014390 Aug 13 14:25 /Users/rsc/bin/godoc
    -rwxr-xr-x  1 rsc  eng  1268705 Aug 13 14:25 /Users/rsc/bin/gofmt
    wreck.mtv=; du -sh $GOROOT/pkg
     16M	/home/rsc/go/pkg
    wreck.mtv=;
    
    R=ken
    OCL=33217
    CL=33220
    311c0b48
Name
Last commit
Last update
..
Makefile Loading commit data...
align.c Loading commit data...
bits.c Loading commit data...
builtin.c.boot Loading commit data...
closure.c Loading commit data...
const.c Loading commit data...
dcl.c Loading commit data...
export.c Loading commit data...
gen.c Loading commit data...
go.h Loading commit data...
go.y Loading commit data...
init.c Loading commit data...
lex.c Loading commit data...
mkbuiltin Loading commit data...
mkbuiltin1.c Loading commit data...
mkopnames Loading commit data...
mparith1.c Loading commit data...
mparith2.c Loading commit data...
mparith3.c Loading commit data...
obj.c Loading commit data...
print.c Loading commit data...
range.c Loading commit data...
reflect.c Loading commit data...
select.c Loading commit data...
sinit.c Loading commit data...
subr.c Loading commit data...
swt.c Loading commit data...
sys.go Loading commit data...
typecheck.c Loading commit data...
unsafe.c Loading commit data...
unsafe.go Loading commit data...
walk.c Loading commit data...