]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate mheap.busy* lists
authorAustin Clements <austin@google.com>
Thu, 27 Sep 2018 15:50:46 +0000 (11:50 -0400)
committerAustin Clements <austin@google.com>
Thu, 15 Nov 2018 19:27:13 +0000 (19:27 +0000)
commitb00a6d8bfe749f90043ced2d7efb1f0b8f387ba3
tree3ab400508a85448085349fa05c3739b95e53747b
parent5333550bdc1f4d3814c9dd0d66151ea331c39682
runtime: eliminate mheap.busy* lists

The old whole-page reclaimer was the only thing that used the busy
span lists. Remove them so nothing uses them any more.

Change-Id: I4007dd2be08b9ef41bfdb0c387215c73c392cc4c
Reviewed-on: https://go-review.googlesource.com/c/138960
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/mheap.go