]> Cypherpunks repositories - gostls13.git/commit
[dev.link] add compilation unit index to func
authorJeremy Faller <jeremy@golang.org>
Thu, 23 Jul 2020 19:15:26 +0000 (15:15 -0400)
committerJeremy Faller <jeremy@golang.org>
Mon, 3 Aug 2020 17:58:03 +0000 (17:58 +0000)
commite4e1c6a7aff04a61a202ed1b331ffdfdff5a77cf
tree2c05882cdba2747e1c3b169bba526912e0744b6e
parent89cf569a45f035bae45553f399880b92ede65f38
[dev.link] add compilation unit index to func

Not used yet, but add the compilation unit for a function to func.

Change-Id: I7c43fa9f1da044ca63bab030062519771b9f4418
Reviewed-on: https://go-review.googlesource.com/c/go/+/244547
Run-TryBot: Jeremy Faller <jeremy@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/pcln.go
src/cmd/link/internal/sym/compilation_unit.go
src/runtime/runtime2.go