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

Investige using Release/Acquire updates #60

Open
rovarga opened this issue Sep 16, 2019 · 1 comment
Open

Investige using Release/Acquire updates #60

rovarga opened this issue Sep 16, 2019 · 1 comment
Labels
question Further information is requested

Comments

@rovarga
Copy link
Collaborator

rovarga commented Sep 16, 2019

We are currently using volatile updates, which may be stronger access than we really need. With Java 9 we have more granular memory model available. Investigate if and where we can take advantage of it.

@rovarga rovarga added the question Further information is requested label Sep 16, 2019
@rovarga
Copy link
Collaborator Author

rovarga commented May 13, 2023

The problem here is probably RDCSS method needs to ensure previous update of nested updates need to have been published. This needs a close evaluation of the whitepaper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant