]> Cypherpunks repositories - gostls13.git/commit
runtime: allow large map values
authorRuss Cox <rsc@golang.org>
Wed, 19 May 2010 19:57:47 +0000 (12:57 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 19 May 2010 19:57:47 +0000 (12:57 -0700)
commitb198c8612e6972fc9e1ac6423d493e0fa739ceb7
treefc965fbb5884c85ca8d6096a825d793dc81eb368
parenta688eb6ee462e1b1d223426d76c404f6522502b6
runtime: allow large map values

Fixes #772.

R=ken2
CC=golang-dev
https://golang.org/cl/1206043
src/pkg/runtime/hashmap.c
test/bigmap.go [new file with mode: 0644]