]> Cypherpunks repositories - gostls13.git/commit
runtime: tell GC not to scan internal hashmap structures.
authorKeith Randall <khr@golang.org>
Tue, 13 Aug 2013 19:36:03 +0000 (12:36 -0700)
committerKeith Randall <khr@golang.org>
Tue, 13 Aug 2013 19:36:03 +0000 (12:36 -0700)
commit0df438c683d7a2b8acb47d767ff37c3b22c1b61d
tree9b14f3a79de8f93020fd1e3dba8be716859d5541
parentba14974e070734b3eb1a2b58097675c13978c1af
runtime: tell GC not to scan internal hashmap structures.
We'll do it ourselves via hash_gciter, thanks.
Fixes bug 6119.

R=golang-dev, dvyukov, cookieo9, rsc
CC=golang-dev
https://golang.org/cl/12840043
src/pkg/runtime/hashmap.c