]> Cypherpunks repositories - gostls13.git/commit
runtime: convert select implementation to Go.
authorKeith Randall <khr@golang.org>
Tue, 2 Sep 2014 21:13:29 +0000 (14:13 -0700)
committerKeith Randall <khr@golang.org>
Tue, 2 Sep 2014 21:13:29 +0000 (14:13 -0700)
commit1d8fa7fa5db01cde6e764af29d4c2fb80bad9d8c
tree106bdbc5073b536331812fc80ef52dbd949d25a5
parent86040a091fbc8ba33474b018a1ccb6aa71de90df
runtime: convert select implementation to Go.

LGTM=rsc
R=golang-codereviews, bradfitz, iant, khr, rsc
CC=golang-codereviews
https://golang.org/cl/139020043
12 files changed:
src/cmd/api/goapi.go
src/cmd/gc/select.c
src/pkg/reflect/value.go
src/pkg/runtime/chan.go
src/pkg/runtime/chan.goc [deleted file]
src/pkg/runtime/chan.h
src/pkg/runtime/pprof/pprof_test.go
src/pkg/runtime/race.go
src/pkg/runtime/race0.go
src/pkg/runtime/select.go [new file with mode: 0644]
src/pkg/runtime/stack.c
src/pkg/runtime/thunk.s