]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: use escape analysis result for make([]T, constant
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 30 May 2013 06:32:00 +0000 (08:32 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 30 May 2013 06:32:00 +0000 (08:32 +0200)
commit2c4b029b752a5aa8315e56b9563b2052fe8dd3fe
tree380cc04648636308ad62368b53c7129cf892e3af
parent0b88587d229d737a27f2dd0f8f75f5df41a11cf7
cmd/gc: use escape analysis result for make([]T, constant

Escape analysis already gives that the underlying array
does not escape but the result was ignored.

Fixes #5484.

R=golang-dev, dave, daniel.morsing
CC=golang-dev
https://golang.org/cl/9662046
src/cmd/gc/walk.c