Skip to content

0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@brooksdavis brooksdavis released this 09 Sep 22:24
· 80 commits to master since this release
d778719
exercises/pointer-revocation: make arg volatile

Otherwise the compiler can see that we're only using obj1->arg and so won't
necessarily reload it (and might not even store it) as we wish for
demonstration.