$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-06-18 09:50:19
David Abrahams wrote:
> I was just watching the memory consumption of bjam as I was starting a
> large build, and it quickly went up to 50MB!
>
> The question is, are we simply leaking memory, or is this just how much
> space those data structures occupy? If it's a leak, I bet fixing it would
> speed things up considerably!
I've had some positive experience with valgrind memory checker. I'll run bjam
under it as soon as I have time.
- Volodya