Publication
SIGPLAN Symposium on Compiler Construction 1982
Conference paper
Optimization of range checking
Abstract
An analysis is given for optimizing run-time range checks in regions of high execution frequency. These optimizations are accomplished using strength reduction, code motion and common subexpression elimination. Test programs, using the above optimizations, are used to illustrate run-time improvements.