]> Cypherpunks repositories - gostls13.git/commit
runtime: store types of allocated objects
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Sun, 21 Oct 2012 21:41:32 +0000 (17:41 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 21 Oct 2012 21:41:32 +0000 (17:41 -0400)
commit4a191c2c1b3fe1325ab8617472aef628fd494076
treef257db791881a8690e69ae85100f4d8b01a4f161
parent4545dc6a6953b2be6d0d50719ad165d46278d9bf
runtime: store types of allocated objects

R=rsc
CC=golang-dev
https://golang.org/cl/6569057
src/pkg/runtime/hashmap.c
src/pkg/runtime/iface.c
src/pkg/runtime/malloc.goc
src/pkg/runtime/malloc.h
src/pkg/runtime/mgc0.go [new file with mode: 0644]
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/slice.c
src/pkg/runtime/type.h