Descriptionruntime: fix data race during Itab hash update/lookup
The data race is on newly published Itab nodes, which are
both unsafely published and unsafely acquired. It can
break on IA-32/Intel64 due to compiler optimizations
(most likely not an issue as of now) and on ARM due to
hardware memory access reorderings.
Patch Set 1 #Patch Set 2 : diff -r f9725ff92a0c https://go.googlecode.com/hg/ #Patch Set 3 : diff -r f9725ff92a0c https://go.googlecode.com/hg/ #
Total comments: 2
Patch Set 4 : diff -r 207a10acbc0f https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 7f39a0541e03 https://go.googlecode.com/hg/ #Patch Set 6 : diff -r 7f39a0541e03 https://go.googlecode.com/hg/ #Patch Set 7 : diff -r 7f39a0541e03 https://go.googlecode.com/hg/ #
MessagesTotal messages: 8
|