|
From: Nicholas N. <nj...@cs...> - 2005-03-24 02:09:52
|
On Wed, 23 Mar 2005, Robert Walsh wrote: > Could addrcheck and memcheck be rolled into one? In other words, a > "quiet" version of memcheck that produces only what reports addrcheck > would produce? I like this idea. But I think the key thing is that currently Addrcheck uses much less address space than Memcheck. Indeed, most of the Addrcheck-only code deals with the differently laid-out secondary maps. This is important, especially with the address space layout problems we still sometimes have. If we can get Memcheck's memory usage down as we've discussed, then I think we should do something like this. N |