Re: Recompiled Software
Not that it never happens, just rarely.
-Richard
You'd be surprised as to just how little code is hand-tuned these days. The loss in maintainability is just not worth it except for the most critical path stuff, and even then it can be a tossup. If you can make a critical section 10% faster and introduce one obscure bug, that's generally a bad deal. Also, a lot of these optimizations tend to make it next to impossible to do a whole-process optimization down the road.Originally posted by leo
Don't expect big performance improvements with performance-critical commercial software by recompiling it with these new compilers. Most of this stuff (mp3-/divx-codecs, Photoshop, 3D-software, Quartz-drawing and other critical parts of Mac OS X) is optimally hand-tuned already.
Not that it never happens, just rarely.
-Richard