]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: instrument blocks for race detection.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 2 Nov 2012 23:11:06 +0000 (00:11 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 2 Nov 2012 23:11:06 +0000 (00:11 +0100)
commitc46f1f40daad83c940e1b3c09f77b9867d598473
tree8449e991deeaff0763b726baa81ef36c7571daa1
parent600de1fb3db279be87f4b9fab0a09463fe1568e1
cmd/gc: instrument blocks for race detection.

It happens that blocks are used for function calls in a
quite low-level way so they cannot be instrumented as
usual.

Blocks are also used for inlined functions.

R=golang-dev, rsc, dvyukov
CC=golang-dev
https://golang.org/cl/6821068
src/cmd/gc/racewalk.c