]> Cypherpunks repositories - gostls13.git/commit
runtime: rename runfinq to runFinalizersAndCleanups
authorMichael Pratt <mpratt@google.com>
Mon, 24 Mar 2025 08:24:35 +0000 (04:24 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 25 Mar 2025 03:56:45 +0000 (20:56 -0700)
commit4f11f8ff7db476c534b9b1ad8910dcdd8bbcf022
tree32d40f0fa1b047a790241b0567caa23494c06a0b
parent9c88db5f1eba68999184bb043a0b339349b81db4
runtime: rename runfinq to runFinalizersAndCleanups

Users see this frame in tracebacks and it serves as a hint that what is
running here is a finalizer or cleanup. But runfinq is a rather dense
name. We can give it a more obvious name to help users realize what it
is.

For #73011.

Change-Id: I6a6a636ce9a493fd00d4b4c60c23f2b1c96d3568
Reviewed-on: https://go-review.googlesource.com/c/go/+/660296
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/internal/objabi/funcid.go
src/internal/abi/symtab.go
src/runtime/crash_test.go
src/runtime/mfinal.go
src/runtime/pprof/pprof_test.go
src/runtime/traceback.go