-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unexpected behavior when performing operations involving multiple window reads #12
Comments
Good catch, I think this is a bug. |
Does |
Oddly, |
And what does |
4*win(1,{0,0},{4,4}) = 4 |
In shared memory, data can be loaded on another process's memory without relying on synch, especially if data size is small. This is something we must poke into, as in assessing this issue. |
Reproduction:
Expected behavior:
Observed behavior:
Temporary solution:
The text was updated successfully, but these errors were encountered: