]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: remove the pc field of _defer struct"
authorKeith Randall <khr@golang.org>
Thu, 6 Nov 2025 02:05:42 +0000 (18:05 -0800)
committerDavid Chase <drchase@google.com>
Thu, 6 Nov 2025 13:00:27 +0000 (05:00 -0800)
commit48c7fa13c63761c8b52cbfac1f9eab062d475c0c
tree14eca1749ddb9132aa3153054841d5037154396d
parent8111104a2120e14ef068b9cfbda91965473ab345
Revert "runtime: remove the pc field of _defer struct"

This reverts commit 361d51a6b58bccaab0559e06737c918018a7a5fa.

Reason for revert: Breaks some tests inside Google (on arm64?)

Change-Id: Iaea45fdcf9b4f9d36553687ca7f479750fe559da
Reviewed-on: https://go-review.googlesource.com/c/go/+/718066
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Youlin Feng <fengyoulin@live.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssagen/ssa.go
src/runtime/heapdump.go
src/runtime/panic.go
src/runtime/runtime2.go