[Ed.: Many thanks to reader Bartosz Bielecki for directing our attention to a good resource for all the performance tweak-heads out there. You know who you are.]
Agner Fog's C++ Optimization Manuals
submitted by Bartosz Bielecki
Agner Fog's site is one of the most important pages related to software optimization (also for the C++). You will find following guides there:
- C++ optimization,
- assembly optimization,
- CPU instructions choice,
- C++ calling conventions,
- and various other links/tools.
If you have not been there, it is high time you did it!
Add a Comment
Comments are closed.