logoalt Hacker News

LtWorftoday at 2:19 PM1 replyview on HN

Another thread can access it and do that, how could the compiler possibly know about it?


Replies

bmm6otoday at 5:46 PM

There are documented ways to ensure that changes are visible across threads (e.g. locks). If these are not used, the compiler is within its rights to not go out of its way to pull changes from another thread.