]> Cypherpunks repositories - gostls13.git/commit
runtime: convert interface routines from C to Go.
authorKeith Randall <khr@golang.org>
Thu, 7 Aug 2014 20:58:42 +0000 (13:58 -0700)
committerKeith Randall <khr@golang.org>
Thu, 7 Aug 2014 20:58:42 +0000 (13:58 -0700)
commit483cb6192133e737d5179e3fb579321288ed04c7
treee747659bb8ddf722ed8af2206ad3b4274c5222cb
parent5ecbdb049bc9f33be49e1fd2e7279b6d84f801d2
runtime: convert interface routines from C to Go.

LGTM=dvyukov
R=golang-codereviews, dave, bradfitz, dvyukov, khr
CC=golang-codereviews
https://golang.org/cl/98510044
src/cmd/api/goapi.go
src/pkg/reflect/asm_386.s
src/pkg/reflect/asm_amd64.s
src/pkg/reflect/asm_amd64p32.s
src/pkg/reflect/asm_arm.s
src/pkg/runtime/alg.goc
src/pkg/runtime/iface.go [new file with mode: 0644]
src/pkg/runtime/iface.goc
src/pkg/runtime/stubs.go
src/pkg/runtime/stubs.goc