|
From: Rahul R. <ra...@ya...> - 2004-12-01 10:23:17
|
Hi, I understand that Valgrind simulates a synthetic CPU. Are all the instructions of the client program executed twice (once on the synthetic CPU and once on the real CPU. For example: Will the same a=b+c instruction be executed twice? ) or just once? Thanks, ~Rahul. |