| Article: |
Improving Compilation Times: A Case Study in Performance Analysis | |
| Subject: | Treating the symptom and not the cause ... | |
| Date: | 2002-02-25 07:14:20 | |
| From: | zebziggle | |
|
"Writing Large Scale C++ Applications" has a great discussion of how programmers make fatal coding mistakes by misusing header files includes, ignoring forward declarations, etc.
|
||
Showing messages 1 through 2 of 2.





However, we don't always have the ability to change the source code -- certainly the average software development team is not going to have the time to attempt to effect significant speedups in the compiler (as would be necessary in the case study illustrated here).
Part of systems engineering is often having to work with what you have, even if it is inelegant and poorly written.