-
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 mips operators for And/Or #63297
Conversation
This PR (HEAD: b99124a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
b99124a
to
03ec6be
Compare
This PR (HEAD: 03ec6be) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 1: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Mauri de Souza Meneguzzo: Patch Set 2: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Mauri de Souza Meneguzzo: Patch Set 2: -Run-TryBot (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
This PR (HEAD: 250131a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Mauri de Souza Meneguzzo: Patch Set 3: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Mauri de Souza Meneguzzo: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Mauri de Souza Meneguzzo: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Gopher Robot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
This PR (HEAD: 250131a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
250131a
to
19247cb
Compare
This PR (HEAD: 19247cb) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
These primitives will be used by the new And/Or sync/atomic apis. Implemented for mips/mipsle and mips64/mips64le. For [reserved]
19247cb
to
ed31946
Compare
This PR (HEAD: ed31946) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 6: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Gopher Robot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Gopher Robot: Patch Set 6: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
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/531835. |
Message from Keith Randall: Patch Set 7: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Change-Id: I8f3d0bae3de3cd806eed82df3ef39a68280aae70
Message from Mauri de Souza Meneguzzo: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
This PR (HEAD: 65fdc32) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
This PR (HEAD: 322aaae) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Cherry Mui: Patch Set 9: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Cherry Mui: Patch Set 9: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Mauri de Souza Meneguzzo: Patch Set 9: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
This PR (HEAD: d739b16) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
Message from Cherry Mui: Patch Set 10: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Change-Id: If641a7c8ca49df75ed48d3269fa1d0c2e5628770
This PR (HEAD: 95dca2a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531835. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 11: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Gopher Robot: Patch Set 11: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Cherry Mui: Patch Set 11: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Mauri de Souza Meneguzzo: Patch Set 11: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Mauri de Souza Meneguzzo: Patch Set 11: -Run-TryBot (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Cherry Mui: Patch Set 11: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Go LUCI: Patch Set 11: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-05-06T16:52:55Z","revision":"1e837b89398f4b08040d89248b60dfceb72e192e"} Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Cherry Mui: Patch Set 11: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Go LUCI: Patch Set 11: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
Message from Go LUCI: Patch Set 11: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531835. |
These primitives will be used by the new And/Or sync/atomic apis. Implemented for mips/mipsle and mips64/mips64le. For #61395 Change-Id: Icc604a2b5cdfe72646d47d3c6a0bb49a0fd0d353 GitHub-Last-Rev: 95dca2a GitHub-Pull-Request: #63297 Reviewed-on: https://go-review.googlesource.com/c/go/+/531835 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This PR is being closed because golang.org/cl/531835 has been merged. |
These primitives will be used by the new And/Or sync/atomic apis. Implemented for mips/mipsle and mips64/mips64le. For golang#61395 Change-Id: Icc604a2b5cdfe72646d47d3c6a0bb49a0fd0d353 GitHub-Last-Rev: 95dca2a GitHub-Pull-Request: golang#63297 Reviewed-on: https://go-review.googlesource.com/c/go/+/531835 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
These primitives will be used by the new And/Or sync/atomic apis.
Implemented for mips/mipsle and mips64/mips64le.
For #61395