]> Cypherpunks repositories - gostls13.git/commit
runtime: document runtime.Frames better
authorAustin Clements <austin@google.com>
Mon, 24 Apr 2017 17:47:03 +0000 (10:47 -0700)
committerAustin Clements <austin@google.com>
Fri, 28 Apr 2017 22:43:20 +0000 (22:43 +0000)
commit390fdead0be0087d10e2e4faff7cb0a12b6a3ec8
tree8cfa74198eeff2b5846f0c0fe90caeee583fd1dc
parentfb0fe4277d8393110569b66944dffb4b2c2c1687
runtime: document runtime.Frames better

In particular, this says that Frames.Function uniquely identifies a
function within a program. We depend on this in various places that
use runtime.Frames in std, but it wasn't actually written down.

Change-Id: Ie7ede348c17673e11ae513a094862b60c506abc5
Reviewed-on: https://go-review.googlesource.com/41610
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/symtab.go