]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: add and test write barrier debug output
authorRuss Cox <rsc@golang.org>
Fri, 17 Apr 2015 04:34:18 +0000 (00:34 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 24 Apr 2015 14:39:49 +0000 (14:39 +0000)
commit9406f68e6afd02fd588e8ca05ebb729a4f4b8d0d
tree7a6faf84692f7270855e513eef0dcfb6e0be907b
parent80f575b78fceeba3ab5ec5a5f08b26725734b341
cmd/internal/gc: add and test write barrier debug output

We can expand the test cases as we discover problems.
This is some basic tests plus all the things I got wrong
in some recent work.

Change-Id: Id875fcfaf74eb087ae42b441fe47a34c5b8ccb39
Reviewed-on: https://go-review.googlesource.com/9158
Reviewed-by: Rick Hudson <rlh@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/internal/gc/lex.go
src/cmd/internal/gc/walk.go
test/writebarrier.go [new file with mode: 0644]