]> Cypherpunks repositories - gostls13.git/commit
runtime: move all parfor-related code to parfor.go
authorAustin Clements <austin@google.com>
Wed, 28 Jan 2015 19:51:49 +0000 (14:51 -0500)
committerAustin Clements <austin@google.com>
Thu, 29 Jan 2015 17:37:11 +0000 (17:37 +0000)
commit6b7b0f9a0cc3d647af3494bfc716bb878211e97e
tree6c4672460147d59824b1437244e11d69452f6eb5
parent7a71726b1f0b54b9241730e4bf7a5073676f17fa
runtime: move all parfor-related code to parfor.go

This cleanup was slated for after the conversion of the runtime to Go.
Also improve type and function documentation.

Change-Id: I55a16b09e00cf701f246deb69e7ce7e3e04b26e7
Reviewed-on: https://go-review.googlesource.com/3393
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/runtime/parfor.go
src/runtime/runtime.go
src/runtime/runtime2.go