| commit | c951514da987b0e4ed629962ed773c6cb47d96f9 | [log] [tgz] |
|---|---|---|
| author | Cherry Zhang <cherryyz@google.com> | Thu Mar 05 11:29:24 2020 -0500 |
| committer | Cherry Zhang <cherryyz@google.com> | Fri Mar 13 01:04:29 2020 +0000 |
| tree | 9e4b413b0ba3d8b81ace0333fcda4b525ace9f47 | |
| parent | ad92148058ee060ddbc4ff789f537d8d94f57c5d [diff] |
[dev.link] cmd/internal/goobj2, cmd/link: experiment another way of accessing relocations Use a different mechanism to access relocations from the object files, and use it in the stack bounds check pass. This shows some speedup. (linking cmd/compile) Dostkcheck 76.9ms ± 1% 55.1ms ± 1% -28.36% (p=0.008 n=5+5) Change-Id: I2ac42da515dccd64719fb557ffff6cdc69e4319b Reviewed-on: https://go-review.googlesource.com/c/go/+/222240 Run-TryBot: Cherry Zhang <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
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.
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.
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.
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.