$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-06-18 10:16:56
Vladimir Prus wrote:
> 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!
>
> Here's what valgrind tells me:
> snip
Hmm, I forgot to use bjam with debug info. Will try again tomorrow.
- Volodya