Re: [Valgrind-users] Make Lackey Faster

2009-08-17 Thread Peng Du
s like Valgrind. Now I still have a questions: is the memory trace generated by Valgrind or PIN representative enough to model real program behaviours, considering multi-threading? Thanks On Tue, 18 Aug 2009 08:24:47 +1000 Nicholas Nethercote wrote: > On Tue, Aug 18, 2009 at 7:18

[Valgrind-users] Make Lackey Faster

2009-08-17 Thread Peng Du
Hello, everyone A newbie question, according to Valgrind's manual for the lackey tool: "It (lackey) could be made to run a lot faster by doing a slightly more sophisticated job of the instrumentation ..." Now I need a very simple memory read/write counting tool, just like lackey. But the tool h