Content deleted Content added
No edit summary |
Mboverload (talk | contribs) RegExTypoFix Typos: insufficent → insufficient, using AWB |
||
Line 1:
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.
The major data type manipulated in scientific programs is the array. The define/use analysis on a whole array is
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.
|