]> Cypherpunks repositories - gostls13.git/commit
runtime: separate GC background utilization from goal utilization
authorAustin Clements <austin@google.com>
Wed, 4 Oct 2017 21:12:28 +0000 (17:12 -0400)
committerAustin Clements <austin@google.com>
Fri, 13 Oct 2017 20:52:45 +0000 (20:52 +0000)
commit27923482fa0b9684a2b672b3f88267d9858e3e79
treec68bc70325d2041f66bfeeb09841fd027054806a
parent504a305c626e7ef015e34147731bda8825903cc6
runtime: separate GC background utilization from goal utilization

Currently these are the same constant, but are separate concepts.
Split them into two constants for easier experimentation and better
documentation.

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