Re: lilo vs other OS bootloaders was: FreeBSD makes progress

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sat Sep 01 2001 - 07:39:10 EST


> Did someone any benchmarking?

Yes

> I expect the loss of performance per application a none issue.
> What do you think: >0.5%?

It depends on the actual application

> Are you considering interrupt latency in the first place?

IRQ latency isnt the issue. Older x86 processors have dreadful locking
performance. On an Athlon or later pIII there seems to be very little
difference, but other stuff you can measure it.

Locks cost. On older CPU's atomic operations go back to main memory and on
newer processors they still cause pipeline stalls. Calling back to non
inlined locks has a small hit too.

> Then obviously BeOS is also engineered from idiots...
> Oh, and QNX/RTP has separate kernels for UP/SMP. And they
> don't need UP/SMP versions of "modules".

I doubt they were idiots. I suspect they had different engineering
constraints like "base system must fit on one floppy disk".

Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Sep 07 2001 - 21:00:11 EST