|
From: Nicholas N. <nj...@cs...> - 2006-08-14 23:20:06
|
On Mon, 14 Aug 2006, Bart Van Assche wrote: > A proof-of-concept version of drd is available at the following location: The code itself looks pretty good, judging from a quick look-over. > This version is not yet ready for a release -- e.g. it does not yet support > floating-point instructions, and uses more memory than acceptable for some > test cases. But it works well enough to demonstrate the DIOTA data race > detection algorithm. And for the cases I tested, it works consistenly and > reliably. Good. How much memory does it use? Does it still have one shadow word per memory word like Helgrind? > ==5637== Detected data races. Context: > [...] > ==5637== Actual data races: What's the difference between detected and actual races? Nick |