]> Cypherpunks repositories - gostls13.git/commit
runtime: rename gcpercent, readgogc, and heapminimum to match Go style
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 31 Mar 2021 22:06:30 +0000 (22:06 +0000)
committerMichael Knyszek <mknyszek@google.com>
Tue, 13 Apr 2021 22:07:10 +0000 (22:07 +0000)
commit693859542e71fdd9186fff759bf121e9df197fed
tree2249cb9dfbc9bdb794bed16a075eb95e0aa37d07
parentf5f76471074c4f475404fb2488846b38f57f9720
runtime: rename gcpercent, readgogc, and heapminimum to match Go style

Generated with:

rf 'mv gcpercent gcPercent'
rf 'mv readgogc readGOGC'
rf 'mv heapminimum heapMinimum'

After this, comments referencing these symbols were updated via a simple
sed command.

For #44167.

Change-Id: I6bb01597c2130686c01f967d0f106b06860ad2db
Reviewed-on: https://go-review.googlesource.com/c/go/+/306597
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/mgc.go
src/runtime/mgcpacer.go