|
From: Konstantin S. <kon...@gm...> - 2008-01-25 10:23:52
|
Julian, all, One more question regarding helgrind performance: is it possible to track only certain memory addresses in helgrind and simply ignore others (i.e. don't even keep shadow values for them)? Will this improve helgrind's performance? Any suggestion how to implement that? There could be different scenarios of feeding the list of addresses to helgrind: - static analysis which says that certain addresses are 100% thread safe. - code annotations. - list of modules/functions/globals/etc that we can ignore. Thanks, --kcc |