]> Cypherpunks repositories - gostls13.git/commit
runtime: correct iteration of large map values
authorRuss Cox <rsc@golang.org>
Wed, 6 Oct 2010 15:54:41 +0000 (11:54 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 6 Oct 2010 15:54:41 +0000 (11:54 -0400)
commit8599a8372713d51713c09771bb1d7bb6a4e600d2
tree80d2a7c1289e4e2107da52578f61691b913d4eee
parent335a318c279deae521ac538bacd55098c4685875
runtime: correct iteration of large map values

The hash_next_and_deref was a dreg from a
previous large value scheme.

Fixes #1163.

R=r, r2
CC=golang-dev
https://golang.org/cl/2369043
src/pkg/runtime/hashmap.c
test/fixedbugs/bug311.go [new file with mode: 0644]