awslabs / ar-go-tools

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

Initial commit for RacerG data race detector for Go #24

Closed shaowz-aws closed 1 year ago

shaowz-aws commented 1 year ago

The analysis driver is analysis/racerg/main.go, which invokes the Datalg 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.

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.