Descriptionruntime: fix race detector when map keys/values are passed by pointer.
Now that the map implementation is reading the keys and values from
arbitrary memory (instead of from stack slots), it needs to tell the
race detector when it does so.
Fixes issue 6875.
Patch Set 1 #Patch Set 2 : diff -r 8a51ecb97d05 https://khr%40golang.org@code.google.com/p/go/ #Patch Set 3 : diff -r 8a51ecb97d05 https://khr%40golang.org@code.google.com/p/go/ #Patch Set 4 : diff -r 48f6d30fb40d https://khr%40golang.org@code.google.com/p/go/ #MessagesTotal messages: 4
|