|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-01 01:18:51
On Sunday 31 July 2005 03:39, David Abrahams wrote:
> > The question is, can I somehow in a few easy steps tweak something
> > or patch something so that the whole system runs a little bit
> > faster? Any tips?
>
> You can
>
> bjam -n -d+10
>
> to get a dump of the profiling data for that stuff. I doubt there are
> any "easy steps," though.
I can give any comments only by looking at the profile (the output of the
above command), and preferrrably the test data.
It's possible that V2 has some specific poorly-scalable code that decreases
performance on your project. And if you use synthetic tests, it might be
the case that it hits non-scalable parts that won't be hit by real projects.
So: give me more data.
Thanks,
Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk