]> Cypherpunks repositories - gostls13.git/commit
runtime: move stubs.goc code into runtime.c
authorRuss Cox <rsc@golang.org>
Sat, 6 Sep 2014 19:27:26 +0000 (15:27 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 6 Sep 2014 19:27:26 +0000 (15:27 -0400)
commita09e61395ee5e71c4c4a37fa0faed87592a04834
treeaff5484c4abe40e7eb2512ce5df91b74e964ead9
parente8d65b92d7129edf4ca495206467f600960e803e
runtime: move stubs.goc code into runtime.c

Now that the calling conventions are the same,
there's no danger to using plain C for these.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=dvyukov, golang-codereviews, iant, khr, r
https://golang.org/cl/134580043
src/pkg/runtime/runtime.c
src/pkg/runtime/stubs.goc [deleted file]