]> Cypherpunks repositories - gostls13.git/commit
runtime: delete pagetrace GOEXPERIMENT
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 3 May 2024 22:17:31 +0000 (22:17 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 8 May 2024 17:48:45 +0000 (17:48 +0000)
commit97c13cfb254763dc4c06d21a32883acae3ece537
tree1906605468853f701eb83545ddecb6134cf94eed
parent2141315251da47745c8f649c01e598a19bd68897
runtime: delete pagetrace GOEXPERIMENT

The page tracer's functionality is now captured by the regular execution
tracer as an experimental GODEBUG variable. This is a lot more usable
and maintainable than the page tracer, which is likely to have bitrotted
by this point. There's also no tooling available for the page tracer.

Change-Id: I2408394555e01dde75a522e9a489b7e55cf12c8e
Reviewed-on: https://go-review.googlesource.com/c/go/+/583379
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/goexperiment/exp_pagetrace_off.go [deleted file]
src/internal/goexperiment/exp_pagetrace_on.go [deleted file]
src/internal/goexperiment/flags.go
src/runtime/exithook.go
src/runtime/mgcscavenge.go
src/runtime/mheap.go
src/runtime/pagetrace_off.go [deleted file]
src/runtime/pagetrace_on.go [deleted file]
src/runtime/proc.go
src/runtime/runtime2.go