]> Cypherpunks repositories - gostls13.git/commit
runtime: remove ptr/scalar bitmap metric
authorkhr@golang.org <khr@golang.org>
Thu, 8 May 2025 17:00:22 +0000 (10:00 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 8 May 2025 18:21:51 +0000 (11:21 -0700)
commit60d3bcdec38eafbffe3086d8aea190ff8bcdece7
tree6309352c4b866b0d9860d6fb13ac522f1a3326b1
parente46c8e0558d287fcffde75bb458419288e71db62
runtime: remove ptr/scalar bitmap metric

We don't use this mechanism any more, so the metric will always be zero.
Since CL 616255.

Update #73628

Change-Id: Ic179927a8bc24e6291876c218d88e8848b057c2a
Reviewed-on: https://go-review.googlesource.com/c/go/+/671096
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/align_runtime_test.go
src/runtime/metrics.go
src/runtime/mheap.go
src/runtime/mstats.go