]> Cypherpunks repositories - gostls13.git/commit
runtime: merge {bgMark,assist}StartTime
authorAustin Clements <austin@google.com>
Wed, 2 Mar 2016 22:27:59 +0000 (17:27 -0500)
committerAustin Clements <austin@google.com>
Mon, 7 Mar 2016 00:22:42 +0000 (00:22 +0000)
commitff71ed86b6f7d39368a9a276087477c9cb3f9ff7
treeb6fc0be96351fd759390862d615d1b6db6f72870
parentda1802f1df178b0e06366a0589237d924b7c6c4e
runtime: merge {bgMark,assist}StartTime

We used to start background mark workers and assists at different
times, so we needed to keep track of these separately. They're now set
to exactly the same time, so clean things up by merging them in to one
value, markStartTime.

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