]> Cypherpunks repositories - gostls13.git/commit
cmd/link: use encbuf when writing integers
authorShahar Kohanim <skohanim@gmail.com>
Sun, 20 Mar 2016 09:52:41 +0000 (11:52 +0200)
committerDavid Crawshaw <crawshaw@golang.org>
Sun, 20 Mar 2016 14:34:33 +0000 (14:34 +0000)
commitd6d33f678dfe17e58b1d2f4b4b9d1487cd625c12
tree10eb1e1f57c7a1e8151bf035441cc76f39e80230
parent78fc59ef4235dab10119e77a0297d321ea54ae11
cmd/link: use encbuf when writing integers

name       old s/op   new s/op   delta
LinkCmdGo  0.59 ± 6%  0.58 ± 5%  -1.61%  (p=0.000 n=99+99)

GOGC=off:
name       old s/op   new s/op   delta
LinkCmdGo  0.50 ± 3%  0.49 ± 3%  -1.28%  (p=0.000 n=98+99)

Change-Id: I737ae056214999441a210c69ec0cf4febc39a715
Reviewed-on: https://go-review.googlesource.com/20914
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/symtab.go