commit | b2cdf30eb6c4a76504956aaaad47df969274296b | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Nov 11 17:08:33 2014 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Nov 11 17:08:33 2014 -0500 |
tree | c519fc491ccc78615ca3318574ad0168114223ed | |
parent | 59e3e5354d7fbb896022eb5bf57e8ad850c42dd1 [diff] |
[dev.cc] runtime: convert scheduler 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, daniel.morsing CC=austin, dvyukov, golang-codereviews, iant, khr https://golang.org/cl/172260043