]> Cypherpunks repositories - gostls13.git/commit
runtime: remove background GC goroutine and mark barriers
authorAustin Clements <austin@google.com>
Tue, 27 Oct 2015 21:42:57 +0000 (17:42 -0400)
committerAustin Clements <austin@google.com>
Thu, 5 Nov 2015 21:24:05 +0000 (21:24 +0000)
commitd5ba58216643cf13ab6e67219a66187f3f8ae891
tree70d11aa5b152afa2a96e6e8350b35d0b1b6cf515
parentbbf2da00fcd04746ec486a4361a28c99374b7eb6
runtime: remove background GC goroutine and mark barriers

These are now unused.

Updates #11970.

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