golang/go
View on GitHubruntime/race: adding support for the race detector on other platforms
Open
#19,273 opened on Feb 24, 2017
FeatureRequestRaceDetectorcompiler/runtimehelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Hi Everyone,
Following on from this discussion on the golang-nuts list, about supporting the race detector on ARM hardware, I'm opening this issue to track the suggestion.
The ThreadSanitizer that the Go race detector is based on supports x86_64, aarch64 (i.e.Arm8 64-bit), mips64 and powerpc64. Currently Go only supports the race detector on x86_64 hardware.
Would it be possible for a future release of Go to support the race detector on the other platforms - aarch64, mips64 and powerpc64.
Thanks
Owen