|
From: Julian S. <js...@ac...> - 2005-10-18 00:23:15
|
> 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 access to the source. J |