ILE C/C++ Programmer's Guide


Minimizing Space Requirements

You can improve the performance of a program by reducing the space it requires. Reducing the space requirement helps reduce page faults, segment faults, and effective address overflows.


[ Top of Page | Previous Page | Next Page | Table of Contents ]