]> Cypherpunks repositories - gostls13.git/commit
runtime: update big mgc.go comment
authorAustin Clements <austin@google.com>
Fri, 23 Dec 2016 00:30:23 +0000 (17:30 -0700)
committerAustin Clements <austin@google.com>
Fri, 6 Jan 2017 18:22:35 +0000 (18:22 +0000)
commit618c291544d4e1152e7ba5ce5b1b2988d1a7b50f
tree3ff9b67f76756b4a56fc7b11eb20b706ba7d9832
parentcb91dccd86ec07ecdc6cd227f0789372e3c75153
runtime: update big mgc.go comment

The comment describing the overall GC algorithm at the top of mgc.go
has gotten woefully out-of-date (and was possibly never
correct/complete). Update it to reflect the current workings of the
GC and the set of phases that we now divide it into.

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