ANALYSIS OF CONTROL AND DATA FLOW IN THE CODE OPTIMIZATION OF COMPILE PROCESS
Published:
2002-02-28
Abstract
To improve the code, the optimal code must be done through 2 phases: analysis of control and data flow, and code transformation. In this paper, algorithm for identifying control structure of program and algorithm for collecting data used in optimization are presented.