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. |
1ForTheMoney (talk | contribs) m Replacing {{expert}} with {{expert-subject}} |
||
Line 1:
{{
{{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]]
|