Archive

Archive for February, 2010

ThreadSanitizer

February 2nd, 2010

Came across this data race detection tool called ThreadSanitizer today. It is based on Valgrind and yet another one that uses lockset and happen-before.

Did not have time to check it out. But the document seems pretty comprehensive.

Categories: Parallel Programming Tags: