]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: implement len/cap(chan)
authorTodd Neal <todd@tneal.org>
Fri, 28 Aug 2015 20:56:43 +0000 (15:56 -0500)
committerTodd Neal <todd@tneal.org>
Fri, 28 Aug 2015 21:55:21 +0000 (21:55 +0000)
commit707af252d9041a5a618e15d2f3683f7d57b4d34c
treed17085a46d66e14a49a4bc8ab80bd3a1ca79a1c5
parent73151067bc7b58c56825a4cc59282aef09aaaed8
[dev.ssa] cmd/compile: implement len/cap(chan)

Change-Id: I1453ba226376ccd4d79780fc0686876d6dde01ee
Reviewed-on: https://go-review.googlesource.com/14027
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/testdata/chan_ssa.go [new file with mode: 0644]