]> Cypherpunks repositories - gostls13.git/commit
runtime: simplify description of FuncForPC behavior in case of inlining
authorCostin Chirvasuta <ctin@google.com>
Fri, 7 Jul 2017 20:26:45 +0000 (21:26 +0100)
committerAustin Clements <austin@google.com>
Tue, 11 Jul 2017 14:01:04 +0000 (14:01 +0000)
commit58ae050055ef00b97f1119e042fe7b459b20e839
tree8f0364dad6f8df9bb51c73cff54b73b10a7f9c9c
parent6f83b75be2bf038a3a919ad7bd64eda2ee9a934a
runtime: simplify description of FuncForPC behavior in case of inlining

The current description refers to the outermost "frame" which can be
misleading. A user reading it can think it means a stack frame.

Change-Id: Ie2c7cb4b4db8f41572df206478ce3b46a0245a5d
Reviewed-on: https://go-review.googlesource.com/47850
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/symtab.go