When you examine a program to improve performance, look at those aspects which have a significant impact every time a program is run.
Often run-time performance can be improved through minor changes to your source programs. The amount of improvement each change provides depends on
Some changes may provide substantial performance improvement to your program, while others may offer almost no improvement.
Before trying to improve run-time performance, compile and benchmark your programs using full optimization. Use performance analysis tools to find out where your performance problems are, and then try and apply different appropriate tips to try and achieve the best performance for your program.
This chapter discusses how you might try to improve performance with respect to:
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.