|
From: Yeshurun, M. <mei...@in...> - 2005-10-18 00:30:20
|
That's the only requirement I can't satisfy :). The libraries I'm talking about are from external vendors. Meir -----Original Message----- From: Julian Seward [mailto:js...@ac...]=20 Sent: Tuesday, October 18, 2005 2:25 AM To: Yeshurun, Meir Cc: val...@li... Subject: Re: [Valgrind-users] User error? - Valgrind 3 failing terribly compared to purify > At least in some of the cases, it looks indeed like a fast memcpy since > the top-most function in the stack trace is named my_strdup. So I guess > the only option is to add a suppression, right? Can you rewrite my_strdup so it doesn't fall off the end of arrays? You should be able to do that without a loss of performance using standard loop vectorisation techniques. The only requirement is=20 access to the source. J |