]> Cypherpunks repositories - gostls13.git/commit
gc, runtime: handle floating point map keys
authorRuss Cox <rsc@golang.org>
Thu, 26 Jan 2012 21:25:07 +0000 (16:25 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 26 Jan 2012 21:25:07 +0000 (16:25 -0500)
commit408f0b1f7459ebcbc74ad5936950072796fe449a
tree8b13422bc016157ca6a612913f638ff9bfc93446
parent109a9763550aac3071e30f6e13cb5ec1172aa017
gc, runtime: handle floating point map keys

Fixes #2609.

R=ken2
CC=golang-dev
https://golang.org/cl/5572069
src/cmd/gc/go.h
src/cmd/gc/subr.c
src/pkg/runtime/alg.c
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.h
test/map.go