]> Cypherpunks repositories - gostls13.git/commit
cmd/link: batch writing of bytes
authorShahar Kohanim <skohanim@gmail.com>
Mon, 29 Feb 2016 09:49:49 +0000 (11:49 +0200)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 29 Feb 2016 23:54:19 +0000 (23:54 +0000)
commitd3b00a8cc463267b24ade4cf57aafdd02440e19c
treeb7a71b7fc5902e22a174f4d0b67e578700c73431
parent07ccc21295e45732e70bc0e81fe8739681c6c34b
cmd/link: batch writing of bytes

In best of 10, linking cmd/go shows a ~10% improvement.

tip:              real  0m1.152s user  0m1.005s
this:             real  0m1.065s user  0m0.924s

Change-Id: I303a20b94332feaedc1033c453247a0e4c05c843
Reviewed-on: https://go-review.googlesource.com/19978
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/lib.go