5 to 30% Speed Improvement
Posted May 20, 2005 17:08 UTC (Fri) by
ksmathers (guest, #2353)
Parent article:
Is hyperthreading dangerous?
If what I've read is correct, hyperthreading increases processor efficiency in the event of a stalled pipeline (such as for a mispredicted branch, or a subroutine entry/exit), but doesn't provide any extra execution units for parallelism. A 30% upper end to speed improvement is about right, but the bottom end is more like -5%. For two CPU bound tasks both of which are contending for cache-lines and each with relatively long spans of instructions between function calls (typically C code instead of C++) Hyperthreading can cause thrashing in the L1 and L2 cache for a net drop in performance.
(
Log in to post comments)