]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: drop stack-allocated pcvalueCaches"
authorAustin Clements <austin@google.com>
Mon, 7 Aug 2023 22:11:17 +0000 (18:11 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 7 Aug 2023 22:27:50 +0000 (22:27 +0000)
commit5f674f64e4e3f79adf45d301bcbc16a8a3a82b1d
treeaeface59785ddb96aaa11261a5016ca632367fb7
parent008ab9adb8382a274ba25c005a046b912af94809
Revert "runtime: drop stack-allocated pcvalueCaches"

This reverts CL 515277

Change-Id: Ie10378eed4993cb69f4a9b43a38af32b9d743155
Reviewed-on: https://go-review.googlesource.com/c/go/+/516855
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
14 files changed:
src/runtime/debugcall.go
src/runtime/heapdump.go
src/runtime/mbitmap.go
src/runtime/mgcmark.go
src/runtime/mgcstack.go
src/runtime/preempt.go
src/runtime/race.go
src/runtime/stack.go
src/runtime/stkframe.go
src/runtime/symtab.go
src/runtime/symtabinl.go
src/runtime/symtabinl_test.go
src/runtime/trace.go
src/runtime/traceback.go