]> Cypherpunks repositories - gostls13.git/commit
cmd/link: batch allocations of Lsym
authorShahar Kohanim <skohanim@gmail.com>
Mon, 29 Feb 2016 14:46:18 +0000 (16:46 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 29 Feb 2016 17:32:11 +0000 (17:32 +0000)
commit8096881927ecad4acb195ccca8404c5eaa1b24d7
tree28328ba8a28adac8427f4756472e145a0f8e2030
parente0b04fa508d6117f217a25e1868740a6a39d5605
cmd/link: batch allocations of Lsym

Reduces best of 10 linking of cmd/go by ~5%

Change-Id: If673b877ee12595dae517d7eb48430451e5cadba
Reviewed-on: https://go-review.googlesource.com/20060
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/link.go
src/cmd/link/internal/ld/sym.go