]> Cypherpunks repositories - gostls13.git/commit
interface speedups and fixes.
authorRuss Cox <rsc@golang.org>
Mon, 26 Jan 2009 20:36:21 +0000 (12:36 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 26 Jan 2009 20:36:21 +0000 (12:36 -0800)
commit9b6d385cb59879f699cec7af72af1081b423d885
tree2510d5aae07204aade67d94379f589f3c9bb7738
parent7859ae8a2f5f5b48d5961df7c6e84ce7d7c3c46b
interface speedups and fixes.
more caching, better hash functions, proper locking.
fixed a bug in interface comparison too.

R=ken
DELTA=177  (124 added, 10 deleted, 43 changed)
OCL=23491
CL=23493
src/Make.conf
src/cmd/6g/obj.c
src/runtime/iface.c
src/runtime/runtime.c
src/runtime/runtime.h
test/cmp1.go