]> Cypherpunks repositories - gostls13.git/commit
runtime: add parallel for algorithm
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 11 May 2012 06:50:03 +0000 (10:50 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 11 May 2012 06:50:03 +0000 (10:50 +0400)
commit95643647ae980f6d55e92d9ca22f262efa6bcde5
treeaea28a6255fae980df61b90d449dee82f201639b
parentaa45e52e74f37e39a5a8234071742d50b87b7b2c
runtime: add parallel for algorithm
This is factored out part of:
https://golang.org/cl/5279048/
(parallel GC)

R=bsiegert, mpimenov, rsc, minux.ma, r
CC=golang-dev
https://golang.org/cl/5986054
src/cmd/dist/buildruntime.c
src/pkg/runtime/export_test.go
src/pkg/runtime/parfor.c [new file with mode: 0644]
src/pkg/runtime/parfor_test.go [new file with mode: 0644]
src/pkg/runtime/runtime.h