]> Cypherpunks repositories - gostls13.git/commit
runtime: rename gosweepdone to isSweepDone and document better
authorAustin Clements <austin@google.com>
Tue, 25 Sep 2018 21:41:11 +0000 (17:41 -0400)
committerAustin Clements <austin@google.com>
Tue, 9 Oct 2018 18:32:08 +0000 (18:32 +0000)
commit007e8a2fbda83e8863f7dda5632a100928318019
treee4165bebceec6b744056e0fa01f3649172cf8e64
parentf3bb4cbfd5a02b14a8660aa7e6a08801bcb9fbaf
runtime: rename gosweepdone to isSweepDone and document better

gosweepdone is another anachronism from the time when the sweeper was
implemented in C. Rename it to "isSweepDone" for the modern era.

Change-Id: I8472aa6f52478459c3f2edc8a4b2761e73c4c2dd
Reviewed-on: https://go-review.googlesource.com/c/138658
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/mgc.go
src/runtime/mgcsweep.go