]> Cypherpunks repositories - gostls13.git/commit
cmd/link: replace unrolled Cput loops with Cwrite/Cwritestring
authorMatthew Dempsky <mdempsky@google.com>
Fri, 15 Sep 2017 18:38:24 +0000 (11:38 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 15 Sep 2017 19:09:39 +0000 (19:09 +0000)
commitf84a1db19f43df68494f30a67d69e5d4d807b970
tree855013b67f87386d1cfc68ae0bb2c429a2f6c5f0
parent165c15afa3ff41c2dc117cb3a40edc7f15f9478b
cmd/link: replace unrolled Cput loops with Cwrite/Cwritestring

Passes toolstash-check -all.

Change-Id: I1c85a2c0390517f4e9cdbddddbf3c353edca65b3
Reviewed-on: https://go-review.googlesource.com/64051
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/amd64/asm.go
src/cmd/link/internal/arm/asm.go
src/cmd/link/internal/arm64/asm.go
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/symtab.go
src/cmd/link/internal/mips64/asm.go
src/cmd/link/internal/ppc64/asm.go
src/cmd/link/internal/x86/asm.go