Use volatile stores for values read by DAC
authorJan Kotas <jkotas@microsoft.com>
Thu, 20 Aug 2015 06:50:32 +0000 (23:50 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 21 Aug 2015 03:27:55 +0000 (20:27 -0700)
commitf31a36b395cf8139489b5c94e47c542abee2240f
tree14ffcefcb285ac0fa8c55f9e19c83f8601eccbcf
parent06e030df6b1bd453447578ad5f9eb3619feb4e4c
Use volatile stores for values read by DAC

VS2015 optimizer is smart enough to optimize out stores into globals that are only read by the DAC.
src/debug/ee/debugger.cpp
src/inc/volatile.h
src/vm/win32threadpool.cpp