|
From: Ivo R. <iv...@iv...> - 2017-08-24 08:39:18
|
Dear Valgrind developers, I had just a thought if it would be possible for Valgrind/Memchek to instrument a binary just once, save the instrumented code in a pre-image and then execute it many times already instrumented. My motivation is a huge binary which takes a lot of time to instrument and which is executed frequently during many many test suite runs without any human intervention. What would be the major challenges here? My preliminary idea was that trans-cache could request blocks either from VEX or from the pre-image. Please let me know your thoughts! Thank you, I. |