English

Ready, set, Go! Data-race detection and the Go language

Software Engineering 2020-01-16 v3 Programming Languages

Abstract

Data races are often discussed in the context of lock acquisition and release, with race-detection algorithms routinely relying on vector clocks as a means of capturing the relative ordering of events from different threads. In this paper, we present a data-race detector for a language with channel communication as its sole synchronization primitive, and provide a semantics directly tied to the happens-before relation, thus forging the notion of vector clocks.

Cite

@article{arxiv.1910.12643,
  title  = {Ready, set, Go! Data-race detection and the Go language},
  author = {Daniel Schnetzer Fava and Martin Steffen},
  journal= {arXiv preprint arXiv:1910.12643},
  year   = {2020}
}

Comments

22nd Brazilian Symposium on Formal Methods

R2 v1 2026-06-23T11:57:06.202Z