]> Cypherpunks repositories - gostls13.git/commit
runtime: initialize complete Hiter during mapiterinit
authorRuss Cox <rsc@golang.org>
Thu, 27 Mar 2014 01:52:29 +0000 (21:52 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 27 Mar 2014 01:52:29 +0000 (21:52 -0400)
commitfc6befba3c2a076f34fd4225cf76a7e8639ac100
treeb76be53917051cce32990b5c3dca005319b2a114
parenta4380927eb2d0070a936666e90a979f0f258bb0f
runtime: initialize complete Hiter during mapiterinit

The garbage collector will scan these pointers,
so make sure they are initialized.

LGTM=bradfitz, khr
R=khr, bradfitz
CC=golang-codereviews
https://golang.org/cl/80960047
src/pkg/runtime/hashmap.goc