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 18:11, 12 February 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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 futher 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: