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

Added memory fence to xt_rsil(). Without this the compiler may use #6301

Merged
merged 1 commit into from
Jul 14, 2019

Conversation

mhightower83
Copy link
Contributor

memory references loaded to registers before the fence, in computation
within the fence. These values could have changed before xt_rsil()
(critical section start) was called.

addresses: #6274 (comment)

memory refernces loaded to registers before the fence, in computation
within the fence. These values could have changed before xt_rsil()
(critical section start) was called.
@mhightower83
Copy link
Contributor Author

Fixes #6302 (comment)

@devyte devyte merged commit 38d8b6e into esp8266:master Jul 14, 2019
@mhightower83 mhightower83 deleted the pr_add_memory_fence branch August 19, 2019 16:42
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

Successfully merging this pull request may close these issues.

2 participants