]> Cypherpunks repositories - gostls13.git/commit
runtime: document stkframe
authorAustin Clements <austin@google.com>
Wed, 13 Jul 2022 17:36:23 +0000 (13:36 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 2 Sep 2022 19:07:18 +0000 (19:07 +0000)
commitf00fa0b98da9f4353839da99e6f6f7f109f9954f
tree8e30a7d91f14cedd7bec639b59452f8a22e40616
parent5063056bd19698a92da3fd69c34ee784af62b03e
runtime: document stkframe

The meaning of some of the fields in stkframe is actually quite
subtle.

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