Tag: compilation
Ccache : A Rapid and Efficient Compiler Cache for GCC/G++
Ccache makes compilation very fast because it caches previous compilations and detects when these are being recompiled. It is free software that supports C,...
CodeSport
In this month's column, let us focus our attention on some of the common compiler optimisations, and on how to write code that can...