]> Cypherpunks repositories - gostls13.git/commit
ld: abandon symbol-driven archive loading
authorRuss Cox <rsc@golang.org>
Thu, 21 Oct 2010 15:39:47 +0000 (11:39 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 Oct 2010 15:39:47 +0000 (11:39 -0400)
commit49084db386604586817d396a2b54aa1f7cffa27c
tree994458294caed0ee08258954228fe1144a075d3b
parent1451695f867773631763717d325f63093dbdda36
ld: abandon symbol-driven archive loading

Load the entire archive file instead.
Reduces I/O by avoiding additional passes
through libraries to resolve symbols.
Go packages always need all the files anyway
(most often, all 1 of them).

R=ken2
CC=golang-dev
https://golang.org/cl/2613042
src/cmd/5l/l.h
src/cmd/6l/l.h
src/cmd/8l/l.h
src/cmd/ld/lib.c