Using compiler flags in Linux to milk your software performance
siruspernot
TN
I wrote this article a while back and thought I would share it here. It details the concept of making use of compiler optimizations for individual processors under Linux or *BSD. Using this method you can gain increased responsiveness and lower execution times for most of your software including the kernel itself. You can speed your hardware up with overclocking and you can speed your software up with processor optimizations. Enjoy
http://nerdnos.net/index.php?guides&4
http://nerdnos.net/index.php?guides&4
0
Comments
I'm sure a desktop user could use this for other things with similar results like Xserver or KDE binaries or whatever desktop tools they use.