Re: Benchmarking findings

2008-09-29 Thread Nick Glencross
All, I've had a go at improving the hash thawing, and while it's not perfect (it fails on certain cases), I've managed to run november with the changes. Unfortunately since the large number of thaws happened early in the run (when the PMCs in the packfiles are extracted) there aren't many objects

Re: Benchmarking findings

2008-09-29 Thread Andrew Whitworth
On Mon, Sep 29, 2008 at 12:15 PM, Nick Glencross <[EMAIL PROTECTED]> wrote: > * Most of the GCs are happening in run_thaw to overcome a problem > with hashes (1938 of the 2024 calls). I tried disabling the forced > check, but it segfaults indicating that the problem is still there. > Fixing this G