]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime: convert race implementation from C to Go
authorRuss Cox <rsc@golang.org>
Tue, 11 Nov 2014 22:08:14 +0000 (17:08 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 11 Nov 2014 22:08:14 +0000 (17:08 -0500)
commit59e3e5354d7fbb896022eb5bf57e8ad850c42dd1
treea2c5660c71c2d5b62e2b18e6845bfbff382f5b8a
parentece09790afb822fed2bd2e8ac3a803e5ccbb8e3a
[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
src/runtime/norace_test.go
src/runtime/race.c [deleted file]
src/runtime/race.go
src/runtime/race.h [deleted file]
src/runtime/race0.go
src/runtime/race1.go [new file with mode: 0644]