]> Cypherpunks repositories - gostls13.git/commit
runtime: remove work.partial queue
authorAustin Clements <austin@google.com>
Thu, 15 Oct 2015 19:44:16 +0000 (15:44 -0400)
committerAustin Clements <austin@google.com>
Mon, 19 Oct 2015 18:37:54 +0000 (18:37 +0000)
commitfeb92a8e8cadcd79e24d3caeab64149eb096363f
tree73bf23a8afb06525f20d482f1660a1659a13f892
parent1da6b2ea197c9fcaa50e9465f3bf40c78b14703c
runtime: remove work.partial queue

This work queue is no longer used (there are many reads of
work.partial, but the only write is in putpartial, which is never
called).

Fixes #11922.

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