]> Cypherpunks repositories - gostls13.git/commit
runtime: try to determine the actual type during garbage collection
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Fri, 18 Jan 2013 21:56:17 +0000 (16:56 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 18 Jan 2013 21:56:17 +0000 (16:56 -0500)
commit059fed3dfb6f480598c72ab18fe28b322151ba38
tree17eb59bfd32a92cb0861ece0b6ec179611561329
parent09cb91eddcfa3b4a6da6ec1ef774721e72585b48
runtime: try to determine the actual type during garbage collection

If the scanned block has no typeinfo the garbage collector will attempt
to get the actual type of the block.

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/7093045
src/pkg/runtime/mgc0.c