-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime/internal/atomic: add s390x operators for And/Or #63318
Conversation
This PR (HEAD: 09c8e73) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531678. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Gopher Robot: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
This PR (HEAD: 09c8e73) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531678. Important tips:
|
DO NOT REVIEW DO NOT SUBMIT These primitives will be used by the new And/Or sync/atomic apis. For golang#61395
09c8e73
to
6524c74
Compare
This PR (HEAD: 6524c74) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531678. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 4: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Mauri de Souza Meneguzzo: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Keith Randall: Patch Set 5: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Keith Randall: Patch Set 5: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Michael Knyszek: Patch Set 5: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
This PR (HEAD: c373dda) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531678. Important tips:
|
Message from Cherry Mui: Patch Set 6: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
This PR (HEAD: 20dea11) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531678. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 7: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Gopher Robot: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Gopher Robot: Patch Set 7: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Mauri de Souza Meneguzzo: Patch Set 7: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Go LUCI: Patch Set 7: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-17T12:44:00Z","revision":"2d0d8d98f0ff12e63a490c27ab89ef302c4081ab"} Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Mauri de Souza Meneguzzo: Patch Set 7: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Go LUCI: Patch Set 7: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Go LUCI: Patch Set 7: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
Message from Mauri de Souza Meneguzzo: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531678. |
These primitives will be used by the new And/Or sync/atomic apis. For #61395 Change-Id: Ia9b4877048002d3d7d1dffa2311d0ec5f38e4ee5 GitHub-Last-Rev: 20dea11 GitHub-Pull-Request: #63318 Reviewed-on: https://go-review.googlesource.com/c/go/+/531678 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Mauri de Souza Meneguzzo <mauri870@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
This PR is being closed because golang.org/cl/531678 has been merged. |
These primitives will be used by the new And/Or sync/atomic apis.
For #61395