Alexander Graf wrote:
Is copying one page really that expensive? Is there any accelerated function available for that that copies it with SSE or so? :-)
'rep movs' is supposed to be accelerated, doing cacheline-by-cacheline copies (at least on Intel).
In any case the kernel memcpy() should pick the fastest method. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
