]> Cypherpunks repositories - gostls13.git/commit
only generate non-trivial signatures in the
authorRuss Cox <rsc@golang.org>
Thu, 11 Dec 2008 19:54:33 +0000 (11:54 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 11 Dec 2008 19:54:33 +0000 (11:54 -0800)
commitcb64ec5bb6c35f66b1262b5dc2a36840b456a353
tree018140a0d7e6e9dc28161a812a87dbbe830101ca
parenta9e890d5cfa33d19ee4999ab822c4c2eaa869a0b
only generate non-trivial signatures in the
file in which they occur.  avoids duplicate
trampoline generation across multiple files.

R=ken
OCL=20976
CL=20980
src/cmd/6g/obj.c
src/cmd/gc/dcl.c
src/cmd/gc/export.c
src/cmd/gc/go.h
src/cmd/gc/walk.c