Re: kernel + gcc 4.1 = several problems

From: Linus Torvalds
Date: Wed Jan 03 2007 - 17:12:28 EST




On Wed, 3 Jan 2007, Thomas Sailer wrote:
>
> IF... Counterexample: Add-Compare-Select in a Viterbi Decoder.

Yes. [De]compression stuff tends to be (a) totally unpredictable and (b) a
situation where people care about performance. It's fairly rare in many
other situations.

That said, any real performance these days is about avoiding cache misses.
There cmov really can help more, if it results in denser code (fairly big
if, though).

Linus
-
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/