]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate gcBlackenPromptly mode
authorAustin Clements <austin@google.com>
Thu, 9 Aug 2018 19:25:10 +0000 (15:25 -0400)
committerAustin Clements <austin@google.com>
Tue, 2 Oct 2018 20:35:21 +0000 (20:35 +0000)
commitd398dbdfc38838b63e39cd8ee2c9d30a09b5989f
treec2979b2bfeb29725fec47be583075e0a9d9f7f20
parent9108ae775145a4ecd086f04eb5c45155d8636298
runtime: eliminate gcBlackenPromptly mode

Now that there is no mark 2 phase, gcBlackenPromptly is no longer
used.

Updates #26903. This is a follow-up to eliminating mark 2.

Change-Id: Ib9c534f21b36b8416fcf3cab667f186167b827f8
Reviewed-on: https://go-review.googlesource.com/c/134319
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
src/runtime/mgcmark.go
src/runtime/mgcwork.go
src/runtime/mheap.go
src/runtime/mwbbuf.go
src/runtime/stack.go