Prevent compiler optimization that could cause local var values to change in multithr...
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Tue, 30 Jan 2018 03:08:02 +0000 (19:08 -0800)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 03:08:02 +0000 (19:08 -0800)
commit2f14b350960af0354608c041d7df501c44dc5640
treee0f10b004301c5039ea7480ab4c069b6b7f3f159
parent6555bd3a1f6e6de0604e3065b4040c3a6ac1e44e
Prevent compiler optimization that could cause local var values to change in multithreaded environments, in some places (#16089)
src/vm/syncblk.cpp
src/vm/syncblk.h
src/vm/syncblk.inl
src/vm/synch.cpp
src/vm/synch.h