]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: compute size of keys & values before making map bucket
authorKeith Randall <khr@golang.org>
Fri, 4 Apr 2014 19:58:19 +0000 (12:58 -0700)
committerKeith Randall <khr@golang.org>
Fri, 4 Apr 2014 19:58:19 +0000 (12:58 -0700)
commit375b7bb76786ad61711771c7703f4c71b4489987
tree8a1de8abf0b66f9cf596da319dd599bfd32b9818
parent1daa2520bfc1b77a2d40c62133c9e4b666fcaee3
cmd/gc: compute size of keys & values before making map bucket

Fixes #7547

LGTM=iant
R=iant, khr
CC=golang-codereviews
https://golang.org/cl/84470046
src/cmd/gc/reflect.c
test/fixedbugs/issue7547.go [new file with mode: 0644]