]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused marking parfor
authorAustin Clements <austin@google.com>
Wed, 11 Nov 2015 01:12:37 +0000 (20:12 -0500)
committerAustin Clements <austin@google.com>
Wed, 11 Nov 2015 18:31:33 +0000 (18:31 +0000)
commitd727312cbfd7212950b12ec078030c62c83a9064
tree1dd125105e368145efd513757419463f3febe963
parentf32f2954fbabbb29ce1f7d25c223a9ce25e1e317
runtime: remove unused marking parfor

The GC now handles the root marking jobs as part of general marking,
so work.markfor is no longer used.

Change-Id: I6c3b23fed27e4e7ea6430d6ca7ba25ae4d04ed14
Reviewed-on: https://go-review.googlesource.com/16811
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/mgcmark.go