Descriptioncmd/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 issue 5484.
Patch Set 1 #Patch Set 2 : diff -r e5526a93e9eb https://go.googlecode.com/hg/ #Patch Set 3 : diff -r e5526a93e9eb https://go.googlecode.com/hg/ #
Total comments: 2
Patch Set 4 : diff -r e5526a93e9eb https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 77be301f21af https://go.googlecode.com/hg/ #MessagesTotal messages: 12
|