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