]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add comments to trackAllTypes
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 1 May 2017 15:06:48 +0000 (08:06 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 1 May 2017 15:22:20 +0000 (15:22 +0000)
commitc095e92c406968a5aefe57ce97e3c4097ad91b9a
tree065d8795352188ae7aa8bcc6700d36111067350c
parent51995aa434b3d9501cdcff8a1747f669a4168cbb
cmd/compile: add comments to trackAllTypes

Per gri's suggestion on CL 41623,
add a comment to trackAllTypes
about the trade-offs of enabling it.

Change-Id: Iec42b0da7933543200729003d1b2c6e0d9dcc5f0
Reviewed-on: https://go-review.googlesource.com/42186
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/bexport.go