]> Cypherpunks repositories - gostls13.git/commit
runtime: make getStackMap a method of stkframe
authorAustin Clements <austin@google.com>
Wed, 17 Aug 2022 13:02:41 +0000 (09:02 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 2 Sep 2022 19:08:56 +0000 (19:08 +0000)
commitb91e3737296c815ecf2508644cc07328172640eb
tree4a8a99f42b0e009b121c898e84f4b21619151cd4
parentdbf442b1b2c28b77db288121ee3a7bc669cdc768
runtime: make getStackMap a method of stkframe

This places getStackMap alongside argBytes and argMapInternal as
another method of stkframe.

For #54466, albeit rather indirectly.

Change-Id: I411dda3605dd7f996983706afcbefddf29a68a85
Reviewed-on: https://go-review.googlesource.com/c/go/+/424515
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Austin Clements <austin@google.com>
Auto-Submit: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/mbitmap.go
src/runtime/mgcmark.go
src/runtime/stack.go