tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Hashed locking for the namecache



On Sat, 5 Apr 2008 22:15:03 +0100
Andrew Doran <ad%netbsd.org@localhost> wrote:

> Hi,
> 
> http://www.netbsd.org/~ad/cache.diff
> 
> This patch uses a hash of locks to cover forward lookup in the namecache.
> On an 8-core box it cuts the time for 'build.sh -j16 release' by about 5%.
> We could probably do something a lot more efficient with garbage collection.
> But, this patch is simple and I think it could be a stepping stone towards
> a more better scheme.

No comments about the patch, but is mutex_obj_{alloc,free,hold} part
of the public mutex API?

-- 
Juan Romero Pardines - xtraeme at gmail|netbsd dot org
        The NetBSD Project

Make your own NetBSD/x86 Live CD
http://www.netbsd.org/~xtraeme/mklivecd/


Home | Main Index | Thread Index | Old Index