]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: factor bottom-up visiting out of escape analysis
authorRuss Cox <rsc@golang.org>
Tue, 24 Feb 2015 17:14:29 +0000 (12:14 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 26 Feb 2015 17:35:42 +0000 (17:35 +0000)
commit5d1828269540fa7ba1dee60ce6b4a938463a696f
tree66424da6d0d0b043a27d74f1c6fef8a2b47fe5ea
parentf716c5c5bb814090503eebe15699a3068a55b296
cmd/internal/gc: factor bottom-up visiting out of escape analysis

Change-Id: Id217fb6d8faf045a1a4fbda43b102ba989a02c17
Reviewed-on: https://go-review.googlesource.com/5951
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/internal/gc/esc.go