Signed overflow optimization hazards in the kernel
Signed overflow optimization hazards in the kernel
Posted Aug 21, 2012 7:58 UTC (Tue) by jezuch (subscriber, #52988)In reply to: Signed overflow optimization hazards in the kernel by daglwn
Parent article: Signed overflow optimization hazards in the kernel
As someone who insists on rebuilding some of Debian's packages for my own machine (for fun and not for profit), I can tell that vectorization very rarely has any significant impact. Yes, it can provide a great boost in some synthetic benchmarks or maybe in HPC code (but then, HPC code relies more on optimization by hand and leaves little to the compiler, as I understand it), but very few loops in real-world code are well-formed enough to be suitable for auto-vectorization. I won't make your browser visibly faster :)
