DragonFly BSD
DragonFly users List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: GENERIC - Raising the bar


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Fri, 11 Mar 2005 21:20:48 +0100
Mail-followup-to: users@crater.dragonflybsd.org

On Sat, Mar 12, 2005 at 03:57:34AM +0800, Bill Hacker wrote:
> *BSD's have long shipped with a GENERIC kernel conf that will work on 
> 386 and any newer x86.
> 
> Manual editing has been required to optimize for 486/586, K6, and 
> various flavors of Pentium onward.

Unlike FreeBSD which needs cmpxchg, the performance difference should be
pretty small, since the scheduling is done for Pentium Pro, a somewhat
useful default. For stuff like bcopy() we use optimized versions anyway,
they are choosen on runtime.

Joerg



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