|
From: Julian S. <js...@ac...> - 2006-08-25 11:19:58
|
> > How reusable is the compressed bitmap stuff done for memcheck? can we > > reuse it here? > > I doubt it. The compressed V bits stuff in Memcheck is very > Memcheck-specific. Having looked a bit at drd's bitmap code, it looks OK. I have the impression that the leaking is caused by some higher-level issues about when/how bitmaps can be discarded, and when not. I suspect it's probably not hard to track down, but looks like nobody has time to chase it right now. J |