This! You are still underestimating Valgrind until you have written your own plugin.
For example, it is a nice tool for compiler writers to check optimizations. You could write a plugin which counts dynamic method invocations and check how good your devirtualization optimization works.
Comments
This! You are still underestimating Valgrind until you have written your own plugin.
For example, it is a nice tool for compiler writers to check optimizations. You could write a plugin which counts dynamic method invocations and check how good your devirtualization optimization works.