]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: ignore contentEscapes for marking nodes as escaping
authorKeith Randall <khr@golang.org>
Wed, 7 Sep 2016 04:08:21 +0000 (21:08 -0700)
committerKeith Randall <khr@golang.org>
Wed, 7 Sep 2016 06:59:22 +0000 (06:59 +0000)
commit83c73a85db84a04c8e60e52cfa348fc6b675fbf7
treecc78294649df5a1b122e46eb499ffb4f2dbbe523
parentca264cdc6247141a1e042f38c83fff4783f03324
cmd/compile: ignore contentEscapes for marking nodes as escaping

Redo of CL 28575 with fixed test.
We're in a pre-KeepAlive world for a bit yet, the old tests
were in a client which was in a post-KeepAlive world.

Change-Id: I114fd630339d761ab3306d1d99718d3cb973678d
Reviewed-on: https://go-review.googlesource.com/28582
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/esc.go
test/live.go
test/live_ssa.go