Re: [PATCH] x86/copy_user_generic: Optimize copy_user_generic withCPU erms feature

From: David Miller
Date: Thu May 24 2012 - 21:52:38 EST


From: "Fenghua Yu" <fenghua.yu@xxxxxxxxx>
Date: Thu, 24 May 2012 18:19:45 -0700

> According to Intel 64 and IA-32 SDM and Optimization Reference
> Manual, beginning with Ivybridge, REG string operation using MOVSB
> and STOSB can provide both flexible and high-performance REG string
> operations in cases like memory copy. Enhancement availability is
> indicated by CPUID.7.0.EBX[9] (Enhanced REP MOVSB/ STOSB).

How does the cpu do overlap detection?

If the cpu does overlap detection on sub-pagesize bits, performance
will unnecessarily suffer under such circumstances.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/