> learning why Helgrind works the way it does currently, i.e., why did > it abandon Eraser-style locksets [2] in recent versions?
With Memcheck, great efforts were made, and continue to be made, to have a very low -- essentially zero -- false error rate. Feedback from users showed that to be something that was regarded as very important. So it seemed natural to do the same with Helgrind. A pure h-b framework gives no false positives for race-free programs, provided it can see all the inter-thread synchronisation events. J ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
