Messages in this thread |  | | Date | Wed, 12 Sep 2001 11:09:50 -0700 | From | Mike Fedyk <> | Subject | Re: Duron kernel crash (i686 works) |
| |
On Wed, Sep 12, 2001 at 04:48:00PM +0300, VDA wrote: > >> A better way to do it is to bencmark several routines at > >> startup time and pick the best one. It is done now > >> for RAID xor'ing routine.
> AC> Not in this case. It is Athlon specific code. It was fine > AC> tuned when it was written
> Yes, but sometimes we have routines which perform > differently on different CPUs. See inslude/asm-i386/string.h > and string-486.h: on Pentium rep movsd is faster, on 386 unrolled > loop is faster... so optimal routine can be picked only at runtime. > CPU-specific routines can compete in such runtime benchmark > too when proper processor is detected - see how KNI-specific > RAID xor routine does that.
Hmm, just how far do you want to take that? Compile in all of the optimizations and test which is fastest on each processor at startup?
Hmm, that might not be a bad idea for dev kernels, as it might show optimization problems on certain processors... - 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/
|  |