runtime: add more verbose comments in Caller method #26437
Closed
Labels
Milestone
Comments
For the record, the |
So we can remove +1-1 in L179. Am I right? |
Yes. |
Change https://golang.org/cl/124895 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/golang/go/blob/master/src/runtime/extern.go#L179
1+skip-1
makes no sense, i think i can be converted toskip
or some comments can be added to discribe why we make+1-1
.The text was updated successfully, but these errors were encountered: