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

Improvement: "Volatile" keyword #253

Open
zamabuvaraeu opened this issue Oct 17, 2020 · 0 comments
Open

Improvement: "Volatile" keyword #253

zamabuvaraeu opened this issue Oct 17, 2020 · 0 comments

Comments

@zamabuvaraeu
Copy link
Contributor

The "Volatile" keyword indicates that the field can be changed in a way that is not controlled by the compiler, such as from another thread, signal, or interrupt. The compiler, runtime system, and even hardware can rearrange read and write operations to memory locations for performance reasons. Fields that are declared "Volatile" are not subject to this optimization.

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