Back in July 2008 I promised that the next blog post would be on why you should use speed optimization instead of size optimization. Well four other posts somehow got in the way – for which I apologize. Anyway, onto the post! In “Efficient C Tips #2” I made the case for always using full […]
Tag: optimization
Efficient C Tips #2 – Using the optimizer
In my first post on “Efficient C” I talked about how to use the optimal integer data type to achieve the best possible performance. In this post, I’ll talk about using the code optimization settings in your compiler to achieve further performance gains. I assume that if you are reading this, then you are aware that compilers […]