]> Cypherpunks repositories - gostls13.git/commit
runtime: cross-reference _func type better
authorAustin Clements <austin@google.com>
Wed, 14 Dec 2016 18:24:21 +0000 (13:24 -0500)
committerAustin Clements <austin@google.com>
Fri, 16 Dec 2016 17:03:25 +0000 (17:03 +0000)
commit61db2e4efa2a8f558fd3557958d1c86dbbe7d3cc
tree06b8dbafd52b7b09aed13b46516d45a6e71af53a
parent1716add3dc50d4ef38183d01ac5c1a16c83a8ac9
runtime: cross-reference _func type better

It takes me several minutes every time I want to find where the linker
writes out the _func structures. Add some comments to make this
easier.

Change-Id: Ic75ce2786ca4b25726babe3c4fe9cd30c85c34e2
Reviewed-on: https://go-review.googlesource.com/34390
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/pcln.go
src/runtime/runtime2.go