]> Cypherpunks repositories - gostls13.git/commit
gc: eliminate duplicates in method table
authorRuss Cox <rsc@golang.org>
Mon, 27 Sep 2010 18:09:10 +0000 (14:09 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 27 Sep 2010 18:09:10 +0000 (14:09 -0400)
commit2d5e732c545cb01bc59d4aa4f3ab27d298cf3f72
tree2b19d2e08b4ebfe605911d48908f3439158f2fdf
parent7e92e1cbfa549b13509f2ffcbdd9ba86587426e7
gc: eliminate duplicates in method table

Fixes #906.

R=ken2
CC=golang-dev
https://golang.org/cl/2279042
src/cmd/gc/subr.c
src/pkg/reflect/all_test.go