mirror of
https://github.com/golang/go
synced 2024-11-18 19:54:44 -07:00
The Go programming language
89b6e5ee0d
Instead of running make.bash, run 'go build -a std cmd'. Change the benchmark name to reflect this. This does roughly the same task, namely compile and link all the code in the tree, but with several advantages: * It works cross-platform. * It is a bit faster, while measuring the same fundamentals. * It doesn't measure how fast the bootstrap compiler works, which is irrelevant. * If interrupted, it leaves the current Go installation in a usable state. Change-Id: I469b1d032b48b06e3dea021bd031283bc3a16ff4 Reviewed-on: https://go-review.googlesource.com/39714 Reviewed-by: Matthew Dempsky <mdempsky@google.com> |
||
---|---|---|
benchmark/parse | ||
blog | ||
cmd | ||
compilebench | ||
container/intsets | ||
cover | ||
go | ||
godoc | ||
imports | ||
playground | ||
present | ||
refactor | ||
third_party | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
codereview.cfg | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
LICENSE | ||
PATENTS | ||
README |
This subrepository holds the source for various packages and tools that support the Go programming language. Some of the tools, godoc and vet for example, are included in binary Go distributions. Others, including the Go guru and the test coverage tool, can be fetched with "go get". Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. To submit changes to this repository, see http://golang.org/doc/contribute.html.