]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix race instrumentation of append and type switches.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 27 Mar 2013 19:33:17 +0000 (20:33 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 27 Mar 2013 19:33:17 +0000 (20:33 +0100)
commit7c79910cb9abbac2f525c2b2ecad188ff27eb8af
tree50831a8d4701db8b15dfe45aeb36806c3643bbbe
parent0657e7df9fcd703f02332cb5495584ad869c0e01
cmd/gc: fix race instrumentation of append and type switches.

The remaining issues are about runtime and sync package
instrumentation.

Update #4228

R=dvyukov, bradfitz
CC=golang-dev
https://golang.org/cl/8041043
src/cmd/gc/racewalk.c
src/pkg/runtime/race/testdata/mop_test.go
src/pkg/runtime/race/testdata/slice_test.go