]> Cypherpunks repositories - gostls13.git/commit
runtime: duplicate scanobject in greentea and non-greentea files
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 22 Jul 2025 23:31:51 +0000 (23:31 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 25 Jul 2025 18:33:18 +0000 (11:33 -0700)
commit41b429881a9678fc3b199dd4e8e80d7aad1718b8
treef23c1963a6e540c2070f4d1bda11f9ea03642a33
parentaeb256e98ac479e2b590d79f6237174343934d10
runtime: duplicate scanobject in greentea and non-greentea files

This change exists to help differentiate profile samples spent on
Green Tea and non-Green-Tea GC time in mixed contexts.

Change-Id: I8dea340d2d11ba4c410ae939fb5f37020d0b55d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/689477
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/mgcmark.go
src/runtime/mgcmark_greenteagc.go
src/runtime/mgcmark_nogreenteagc.go