]> Cypherpunks repositories - gostls13.git/commit
runtime: improve comment in concurrent GC
authorAustin Clements <austin@google.com>
Tue, 17 Mar 2015 19:31:11 +0000 (15:31 -0400)
committerAustin Clements <austin@google.com>
Thu, 19 Mar 2015 15:55:06 +0000 (15:55 +0000)
commitbef356b28281b8ff4a585d857a881783926cabb1
treeacf3caaa099704bbabf9bd1970772e878c4eef75
parentd21cef1f8f7b09bac11642a705078675e8e59164
runtime: improve comment in concurrent GC

"Sync" is not very informative. What's being synchronized and with
whom? Update this comment to explain what we're really doing: enabling
write barriers.

Change-Id: I4f0cbb8771988c7ba4606d566b77c26c64165f0f
Reviewed-on: https://go-review.googlesource.com/7700
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgc.go