CODE OPTIMIZATION IN A COMPILE PROCESS
Published:
2002-02-28
Abstract
Code optimization of a compile process consists of common subexpression elimination, copy propagation, loop optimization and strength reduction. In this paper, algorithms of these transformations are presented and some demonstrations of the study result are also shown at the end of the paper.