]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: relax liveness restrictions on ambiguously live
authorThan McIntosh <thanm@google.com>
Thu, 14 Jul 2016 17:23:11 +0000 (13:23 -0400)
committerIan Lance Taylor <iant@golang.org>
Mon, 3 Oct 2016 18:07:32 +0000 (18:07 +0000)
commit6c5e377d23136bd371d205e1c2aae6ddccb4597e
tree955fc73c8ae2b8a636f632d88db3c2930753b0f9
parent5f36e9a3062c1f133169d01d612da9458a7ea884
cmd/compile: relax liveness restrictions on ambiguously live

Update gc liveness to remove special conservative treatment
of ambiguously live vars, since there is no longer a need to
protect against GCDEBUG=gcdead.

Change-Id: Id6e2d03218f7d67911e8436d283005a124e6957f
Reviewed-on: https://go-review.googlesource.com/24896
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/plive.go
test/live.go