]> Cypherpunks repositories - gostls13.git/commit
delete stack mark strings
authorRuss Cox <rsc@golang.org>
Mon, 24 Nov 2008 01:08:55 +0000 (17:08 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 24 Nov 2008 01:08:55 +0000 (17:08 -0800)
commit3aa063d79c5ae4057e312d534abf65ac37801258
tree7844c561a0e97cefebaae40c6fc9e60acd59628f
parentffafad1919cea67eadd743b56f4768fd120e9883
delete stack mark strings
in favor of using in-memory copy of symbol table.

$ ls -l pretty pretty.big
-rwxr-xr-x  1 rsc  eng  439516 Nov 21 16:43 pretty
-rwxr-xr-x  1 rsc  eng  580984 Nov 21 16:20 pretty.big
$

R=r
DELTA=446  (238 added, 178 deleted, 30 changed)
OCL=19851
CL=19884
src/cmd/6l/6.out.h
src/cmd/6l/obj.c
src/cmd/6l/pass.c
src/runtime/Makefile
src/runtime/iface.c
src/runtime/print.c
src/runtime/rt2_amd64.c
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/string.c
src/runtime/symtab.c [new file with mode: 0644]