|
From: Bart V. A. <bar...@gm...> - 2008-03-26 17:52:55
|
On Mon, Mar 3, 2008 at 12:51 AM, Julian Seward <js...@ac...> wrote: > > * VG_(needs_var_info) has been added Hello Julian, Although I still consider it as a great feature that it is now possible in Valgrind tools to obtain detailed information about variables, I will disable this by default in exp-drd. The problem is that reading all the variable info at once in memory takes up a lot of space. E.g. for Firefox 3 more than 2 GB is needed to read in all variables. My PC does not have so much memory. After having commented out the VG_(needs_var_info)() call in exp-drd, I can run Firefox 3 under exp-drd. Bart. |