Tags: Programming Language.
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 insufficient for aggressive compiler optimizations such as auto parallelization and array privatization.