DM> The benefits of the kernel Athlon optimizations are higher memory bandwidth
DM> for bulk copies/clears and less cache pollution. But LMbench isn't going to
DM> show any difference, because its tests use generic x86 mem*() functions, not
DM> Athlon-optimized SSE memory routines like in the Athlon kernel.
There are no SSE optimizations (yet).
There are prefetch/movntq tricks.
Optimized fast_clear_page() is 3x faster than normal one,
optimized fast_copy_page() is 1.5x faster than normal one.
(roughly, it depends on your mem and CPU MHz)
I can mail a test program to you if you are curious.
-- Best regards, VDA mailto:VDA@port.imtp.ilyichevsk.odessa.ua
- 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/