]> Cypherpunks repositories - gostls13.git/commit
runtime: introduce unsafe.New and unsafe.NewArray
authorRuss Cox <rsc@golang.org>
Mon, 7 Dec 2009 23:51:58 +0000 (15:51 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 7 Dec 2009 23:51:58 +0000 (15:51 -0800)
commit33649bd2780ec6fd28d6812769f9a1ad5ff3118b
tree58e587b202f1e0fc6d5c24687eca970255bc42b1
parenta4a82241529ece5d5c7580b7b2df1b616c51b832
runtime: introduce unsafe.New and unsafe.NewArray
    to provide functionality previously hacked in to
    reflect and gob.

R=r
https://golang.org/cl/165076
src/cmd/gc/builtin.c.boot
src/cmd/gc/unsafe.go
src/pkg/gob/decode.go
src/pkg/reflect/value.go
src/pkg/runtime/iface.c
src/pkg/runtime/slice.c
src/pkg/unsafe/unsafe.go