Array-access analysis: Difference between revisions

Content deleted Content added
RegExTypoFix Typos: insufficent → insufficient, using AWB
CmdrObot (talk | contribs)
m sp: analyis→analysis
Line 5:
Array access analysis can be largely categorized into exact (or reference-list-based) and summary methods for different tradeoffs of accuracy and complexity. Exact methods are precise but very costly in terms of computation and space storage, while summary methods are approximate but can be computed quickly and economically.
 
Typical exact array access analyisanalysis include linearization and [[atom images]]. Summary methods can be further divided into [[array sections]], bounded regular sections using [[triplet notation]], linear-constraint methods such as data access descriptors and [[array region analysis]].
 
[[Category:compilers]]