]> Cypherpunks repositories - gostls13.git/commit
gc: remove func, map compare
authorRuss Cox <rsc@golang.org>
Mon, 14 Nov 2011 03:58:08 +0000 (22:58 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 14 Nov 2011 03:58:08 +0000 (22:58 -0500)
commit5bb54b8e9cd810d378397bae464f8933509e62bc
treecc49af668faa74c1f3eb55e3978e14844bc1bbc0
parentefb74460c366286cf17225874c7d6333542647bc
gc: remove func, map compare

R=ken, ken
CC=golang-dev
https://golang.org/cl/5373079
src/cmd/gc/align.c
src/cmd/gc/subr.c
src/cmd/gc/swt.c
src/cmd/gc/typecheck.c
test/closure.go
test/cmp6.go
test/fixedbugs/bug285.go
test/map1.go
test/switch.go
test/switch3.go
test/typeswitch.go