Skip to content
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, sync: optimize arm atomic operations #10873

Closed
minux opened this issue May 15, 2015 · 1 comment
Closed

runtime, sync: optimize arm atomic operations #10873

minux opened this issue May 15, 2015 · 1 comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge
Milestone

Comments

@minux
Copy link
Member

minux commented May 15, 2015

Currently the ARM atomic operations always write to the memory
even if the operation is atomic load.

For aligned word access, I think plain load/store are atomic.

If this is true, we can revert https://golang.org/cl/10151.

@minux minux added this to the Go1.6 milestone May 15, 2015
@rsc rsc modified the milestones: Unplanned, Go1.6 Nov 5, 2015
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 7, 2022
@prattmic
Copy link
Member

prattmic commented Jul 7, 2022

Done in https://go.dev/cl/94275.

@prattmic prattmic closed this as completed Jul 7, 2022
@golang golang locked and limited conversation to collaborators Jul 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

4 participants