|
From: Konstantin S. <kon...@gm...> - 2009-01-27 05:13:36
|
On Tue, Jan 27, 2009 at 12:46 AM, Nicholas Nethercote <n.n...@gm...> wrote: > On Tue, Jan 27, 2009 at 2:45 AM, Konstantin Serebryany > <kon...@gm...> wrote: >> >> Did you ever think that two data race detectors (Helgrind and Drd) is >> too much for the Valgrind project? >> In fact, I think that two is too few. :) >> >> Please welcome ThreadSanitizer, yet another data race detector based >> on Valgrind. >> http://code.google.com/p/data-race-test/wiki/ThreadSanitizer >> >> I'd appreciate your feedback, > > How similar is it to Helgrind http://code.google.com/p/data-race-test/wiki/ThreadSanitizerVsOthers > -- could it conceivably be folded into Helgrind? Yes, and I will be glad if it does! --kcc > > Nick > |