Subject: Re: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: source-changes
Date: 01/31/2003 16:16:12
Nathan J Williams <nathanw@netbsd.org> writes:

> Speeds up the fast path by 40-50%

I shouldn't try to do math late at night. This change reduces the time
taken by an uncontested mutex lock/unlock cycle by 40-50% (depending
on which architecture I tested on) which corresponds to a speedup of
1.6x-2x.

        - Nathan