Array-access analysis: Difference between revisions

Content deleted Content added
m add context
mNo edit summary
Line 1:
{{context}}
In [[computer science]], array access analysis is one of [[compiler analysis]] used to decide the read and write access patterns to elements or portions of arrays.
 
Line 7 ⟶ 6:
 
Typical exact array access analyis are: linearization and [[atom images]]. Summary methods can be futher divided into [[array sections]], bounded regular sections using [[triplet notation]], linear-constraint methods such as data access descriptors and [[array region analysis]].
 
[[category:compiler]]