Compilation time
Compilation time is a real concern for projects with numerous source files
or limited development computing resources.
Will these projects use components if
doing so increases their compilation time even more?
This section describes three
techniques we use to keep compilation time reasonable:
-
Minimizing interface dependencies
-
Minimizing type conversions
-
Breaking up large header files
Next topic:
Minimizing interface dependencies
Previous topic:
Avoiding language features with execution speed penalties
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004