]> Cypherpunks repositories - gostls13.git/commit
runtime: convert channel operations to Go, part 1 (chansend1).
authorKeith Randall <khr@golang.org>
Sun, 24 Aug 2014 08:31:03 +0000 (12:31 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 24 Aug 2014 08:31:03 +0000 (12:31 +0400)
commit9a1e142bbc3209f8899a729ec857a1c8838bf9f4
treed490b16e05e6d80d05d295d4379f944fbf7317a9
parent7f223e3b3ba732c287db5a57b5091784baa9b86f
runtime: convert channel operations to Go, part 1 (chansend1).

LGTM=dvyukov
R=dvyukov, khr
CC=golang-codereviews
https://golang.org/cl/127460044
16 files changed:
src/cmd/api/goapi.go
src/cmd/gc/select.c
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/chan.go [new file with mode: 0644]
src/pkg/runtime/chan.goc
src/pkg/runtime/chan.h
src/pkg/runtime/chan_test.go
src/pkg/runtime/mprof.goc
src/pkg/runtime/pprof/pprof_test.go
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/stack.c
src/pkg/runtime/stubs.go