Jump to content

Compiler analysis

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alphachimpbot (talk | contribs) at 03:29, 27 September 2006 (BOT - updating merge tags to appear in Category:Merge by month). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Mergeto-date

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 basic blocks to functions to the whole program. Typical compiler analyses are: