| commit | a762ea17ecb593d695601f0c1b4ea9fbd601c6cb | [log] [tgz] |
|---|---|---|
| author | Ian Lance Taylor <iant@golang.org> | Wed Oct 11 14:09:20 2023 -0700 |
| committer | Gopher Robot <gobot@golang.org> | Thu Oct 12 14:16:07 2023 +0000 |
| tree | e94853af0602f860b2a69c28ac5f24a9b875eb6e | |
| parent | eb832afb2310b71db420943d91625552748ae5e6 [diff] |
runtime: don't use atomic store in noteclear on AIX In CL 163624 we added an atomic store in noteclear on AIX only. In the discussion on issue #63384 we think we figured out that the real problem was in the implementation of compare-and-swap on ppc64. That is fixed by CL 533118, so the atomic store is no longer required. For #30189 For #63384 Change-Id: I60f4f2fac75106f2bee51a8d9663259dcde2029c Reviewed-on: https://go-review.googlesource.com/c/go/+/534517 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Joel Sing <joel@sing.id.au> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@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 4.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://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.