commit | 59e3e5354d7fbb896022eb5bf57e8ad850c42dd1 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Nov 11 17:08:14 2014 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Nov 11 17:08:14 2014 -0500 |
tree | a2c5660c71c2d5b62e2b18e6845bfbff382f5b8a | |
parent | ece09790afb822fed2bd2e8ac3a803e5ccbb8e3a [diff] |
[dev.cc] runtime: convert race implementation 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 CC=austin, dvyukov, golang-codereviews, iant, khr https://golang.org/cl/172250044