|
|
|
|
|
by dzaima
705 days ago
|
|
Unfortunately that only works for large-scale races, and not, say, one instruction interleaving with another one on another thread without proper synchronization. -fsanitize=thread probably works for that though (and of course you could then combine said sanitizer with rr to some effect probably). |
|
There's still the fundamental limitation that rr won't help you with weak memory orderings.