Liste des Groupes | Revenir à cl c |
On 17/06/2024 14:43, David Brown wrote:These are used primarily in C++, where you often have /very/ large headers that require a significant amount of analysis. In C, this is not remotely the same scale of problem. C headers are usually far shorter - and far simpler to process. (In a quick test on my system, #include <stdio.h> pulled in 792 lines, while #include <iostream> took 28152 lines.)Precompiled headers sprang to mind in about half a second.>>
Compilation speed is important to everyone. That's why so many tricks are used to get around the lack of speed in a big compiler, or so many extra resources are thrown at the problem.
What "tricks" ?
<https://en.wikipedia.org/wiki/Precompiled_header>
Andy
Les messages affichés proviennent d'usenet.