awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
5 stars 1 forks source link

Initial commit for RacerG data race detector for Go #25

Closed victornicolet closed 10 months ago

victornicolet commented 10 months ago

The analysis driver is analysis/racerg/main.go, which invokes the Datalog analysis in payload/racerg/datalog/analysis/analysis_racerg.dl, and uses as input payload/racerg/datalog/input/roots.facts. Documentation available at doc/racerg.md.

This PR is a copy of #24 , which was auto-closed because the source branch was automatically deleted. Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.