]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime: convert parallel support code from C to Go
authorRuss Cox <rsc@golang.org>
Tue, 11 Nov 2014 22:07:54 +0000 (17:07 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 11 Nov 2014 22:07:54 +0000 (17:07 -0500)
commitece09790afb822fed2bd2e8ac3a803e5ccbb8e3a
tree299d51628d4e8884dab448301320dee91ad20d54
parent580ef3e4afe6e31f21e21d3d0919d8a033071320
[dev.cc] runtime: convert parallel support code from C to Go

The conversion was done with an automated tool and then
modified only as necessary to make it compile and run.

[This CL is part of the removal of C code from package runtime.
See golang.org/s/dev.cc for an overview.]

LGTM=r
R=r, austin
CC=dvyukov, golang-codereviews, iant, khr
https://golang.org/cl/172250043
src/runtime/export_test.go
src/runtime/lfstack.c [deleted file]
src/runtime/lfstack.go [new file with mode: 0644]
src/runtime/lfstack_32bit.go [new file with mode: 0644]
src/runtime/lfstack_amd64.go [new file with mode: 0644]
src/runtime/parfor.c [deleted file]
src/runtime/parfor.go [new file with mode: 0644]