]> Cypherpunks repositories - gostls13.git/commit
runtime: simplify fractional mark worker scheduler
authorAustin Clements <austin@google.com>
Thu, 5 Oct 2017 16:22:09 +0000 (12:22 -0400)
committerAustin Clements <austin@google.com>
Fri, 13 Oct 2017 20:53:03 +0000 (20:53 +0000)
commitb783930e63f4922e8465e2cd61c3d9a131b95f2d
tree7ebdc650828022d246054a931e44148e6e4c68f2
parent315c28b788285e1a683057e4a90eacbfc401d1be
runtime: simplify fractional mark worker scheduler

We haven't used non-zero gcForcePreemptNS for ages. Remove it and
declutter the code.

Change-Id: Id5cc62f526d21ca394d2b6ca17d34a72959535da
Reviewed-on: https://go-review.googlesource.com/68572
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgc.go