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

More volatile keyword fixes #813

Merged
merged 1 commit into from
Oct 28, 2015
Merged

More volatile keyword fixes #813

merged 1 commit into from
Oct 28, 2015

Conversation

codemercenary
Copy link
Contributor

If we don't mark these volatile, then the dispatcher loop will attempt to cache the value of m_pFirstListener, which could potentially be invalid in the second pass where the value is considered.

If we don't mark these volatile, then the dispatcher loop will attempt to cache the value of `m_pFirstListener`, which could potentially be invalid in the second pass where the value is considered.
@codemercenary codemercenary added this to the v0.7.6 milestone Oct 28, 2015
veronicaz41 pushed a commit that referenced this pull request Oct 28, 2015
@veronicaz41 veronicaz41 merged commit fc7906b into develop Oct 28, 2015
@veronicaz41 veronicaz41 deleted the fix-volatile branch October 28, 2015 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants