Back to CFM home             Brown University



Optimizing your code


Aside from optimization flags, it pays to learn how to optimize one's code both in terms of writing better code (hand-optimizing) as well as better algorithms for the particular task at hand and computer one uses. Here are a few links that might be of use, covering both the subject of compiler optimizations as well as those above:

You should look even at URLs mainly related to platforms you are not planning to use as a great lot of the information in them applies generally to codes running on RISC microprocessors.