I am. Take a K7 and some benchmarking tools like lmbench and give it a whirl.
Im pretty sure you want to inline small copies. Note that we have a suprisingly
high proportion of short copies and that those we want to inline via rep movs
The inline code you want is something like
in_irq ?
jmp #1
len < 256
jmp #1
jmp out_of_line_copy
#1
[existing x86 rep based copy]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/