[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
Showing
src/runtime/lfstack.go
0 → 100644
src/runtime/lfstack_32bit.go
0 → 100644
src/runtime/lfstack_amd64.go
0 → 100644
src/runtime/parfor.c
deleted
100644 → 0
src/runtime/parfor.go
0 → 100644
Please register or sign in to comment