Array-access analysis: Difference between revisions

Content deleted Content added
DataWraith (talk | contribs)
Remove irrelevant paragraph. While 'array out of bounds' errors might be caught using array access analysis, everything else in the paragraph doesn't make sense in the context of the article.
m Replacing {{expert}} with {{expert-subject}}
Line 1:
{{Expertunreferenced|date=FebruaryJuly 2009}}
{{Expert-subject|Computer science|date=February 2009}}
 
In [[computer science]], '''array access analysis''' is a [[compiler analysis]] used to decide the read and write access patterns to elements or portions of arrays.
Line 8 ⟶ 9:
 
Typical exact array access analysis 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]].
 
==References==
{{reflist}}
 
 
{{comp-sci-stub}}
 
[[Category:Compiler theory]]