Jump to content

Compiler analysis

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Liao (talk | contribs) at 22:37, 2 March 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, Compiler analysis is a set of algorithms to determine the properties of a program's data and control structure. The result is used to ensure the feasibility and correctness of further compiler optimizations. The scope of compiler analysis can be local and global, ranging from a basic blocks, functions to the whole program. Typical compiler analyses are: