`volatile` effectively prevents instruction reordering by the compiler and fixes an issue with -O3 compiled components. Note, this commit does not address further arguments regarding memory barriers and volatile voiced in issue #693. Issue #693