]> Cypherpunks repositories - gostls13.git/commit
runtime: adopt race detector for runtime written in Go
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 3 Sep 2014 16:47:30 +0000 (20:47 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 3 Sep 2014 16:47:30 +0000 (20:47 +0400)
commit467a6d28be15cfef05870262345201b133dc1a89
tree85ffbaddd59dc7c83d01265202f611519174ee04
parent56bd176e1d5f0145936128c0dc1f931cc5a84c0b
runtime: adopt race detector for runtime written in Go
Ignore memory access on g0/gsignal.
See the issue for context and explanation.
Fixes #8627.

LGTM=khr
R=golang-codereviews, mdempsky, khr
CC=golang-codereviews, rsc
https://golang.org/cl/137070043
src/pkg/runtime/cpuprof.go
src/pkg/runtime/proc.c
src/pkg/runtime/race.c