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

Memory Ordering #14

Open
qinsoon opened this issue Mar 26, 2020 · 0 comments
Open

Memory Ordering #14

qinsoon opened this issue Mar 26, 2020 · 0 comments

Comments

@qinsoon
Copy link
Member

qinsoon commented Mar 26, 2020

In GitLab by @u6374399 on Dec 13, 2018, 17:17

Currently, we use sequential consistency to fix a bug. This is not performant as it will generate a lot of memory fences. This should be investigated and a possible solution is to change it to release and acquire.

The code can be found: https://gitlab.anu.edu.au/mmtk/mmtk/blob/master/src/vm/jikesrvm/object_model.rs

@qinsoon qinsoon transferred this issue from mmtk/mmtk-core Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant