bcdd5d0024
Minor improvements to generated code. file before after Δ % runtime.s 451117 450977 -140 -0.031% compress/bzip2.s 10202 10194 -8 -0.078% compress/lzw.s 5924 5904 -20 -0.338% compress/flate.s 45053 45032 -21 -0.047% net.s 236980 236970 -10 -0.004% vendor/golang.org/x/crypto/cryptobyte.s 29450 29439 -11 -0.037% crypto/x509.s 107854 107840 -14 -0.013% cmd/vendor/golang.org/x/arch/arm64/arm64asm.s 102448 102434 -14 -0.014% cmd/internal/obj/arm.s 60536 60528 -8 -0.013% cmd/vendor/golang.org/x/mod/sumdb/tlog.s 38273 38276 +3 +0.008% net/http.s 462215 462201 -14 -0.003% cmd/compile/internal/ssa.s 3951732 3954683 +2951 +0.075% total 16946051 16948745 +2694 +0.016% Change-Id: I9f6df1a90a295dce6fe86c8eb7576a8c96f8bb0a Reviewed-on: https://go-review.googlesource.com/c/go/+/217000 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> |
||
---|---|---|
.github | ||
api | ||
doc | ||
lib/time | ||
misc | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
favicon.ico | ||
LICENSE | ||
PATENTS | ||
README.md | ||
robots.txt | ||
SECURITY.md |
The Go Programming Language
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Download and Install
Binary Distributions
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
Install From Source
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Contributing
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.