Ulrich Drepper wrote:
> Stephane Eranian wrote:
>> They use cpuid. I expect more and more applications/OS will rely on
>> performance counters to boost performance at runtime.
> 
> That's a definitive fact.  ld.so for the longest time selects special
> DSOs to load automatically based on the data.  String functions are
> optimized to take cache sizes into account.  That info comes from cpuid
> as well (at least on Intel CPUs).  It's crucial to get info based on the
> current CPU.

If you want migration, it's crucial that you get information that is
appropriate for the baseline you want to emulate.  Optimizations is one
thing, but if you start using SSE-12 instructions when the underlying
CPU only supports SSE-8, you're horked.

        -hpa

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to