]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't cater to race detector in write barriers
authorRuss Cox <rsc@golang.org>
Thu, 21 May 2015 19:00:06 +0000 (15:00 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 26 May 2015 13:50:08 +0000 (13:50 +0000)
commit972a478ddf689a375dffc1a9923742b896b63bd0
tree30ce444d852b0dbabfd558be6532ccaf4d822b7d
parent714291f2d80bab1599a866f266a4fc6546e61632
cmd/compile: don't cater to race detector in write barriers

The new lower-level barriers work fine and don't need special handling,
because they appear to the race detector as (visible) ordinary assignments.

Change-Id: I7477d73a3deecbebf68716580678c595cc4151e3
Reviewed-on: https://go-review.googlesource.com/10316
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/racewalk.go
src/cmd/compile/internal/gc/walk.go