]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: generalize racewalk to instrument (naming change)
authorIan Lance Taylor <iant@golang.org>
Tue, 20 Oct 2015 17:00:07 +0000 (10:00 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 21 Oct 2015 13:55:23 +0000 (13:55 +0000)
commit9e902f0f3a606e1a09369e0ce8a31e8cac49c605
tree518f9cf753fbb5de4fa41d0ab3806ecf66036606
parent76dcedc920c6712fc302b053f125e0d7d6db69f0
cmd/compile: generalize racewalk to instrument (naming change)

This is mechanical change that is a step toward reusing the racewalk
pass for a more general instrumentation pass.  The first use will be to
add support for the memory sanitizer.

Change-Id: I75b93b814ac60c1db1660e0b9a9a7d7977d86939
Reviewed-on: https://go-review.googlesource.com/16105
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/compile/internal/gc/go.go
src/cmd/compile/internal/gc/inl.go
src/cmd/compile/internal/gc/lex.go
src/cmd/compile/internal/gc/order.go
src/cmd/compile/internal/gc/pgen.go
src/cmd/compile/internal/gc/racewalk.go
src/cmd/compile/internal/gc/range.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/walk.go