Content deleted Content added
m Comp.arch moved page Array access analysis to Array-access analysis |
tag as one source |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1:
{{one source |date=April 2024}}
In [[computer science]], '''array
The major data type manipulated in scientific programs is the array. The define/use analysis on a whole array is insufficient for aggressive [[compiler optimization]]s such as [[Automatic parallelization|auto parallelization]] and array [[Privatization (computer programming)|privatization]]. Array access analysis aims to obtain the knowledge of which portions or even which elements of the array are accessed by a given code segment ([[basic block]], [[Control flow#Loops|loop]], or even at the [[Subroutine|procedure]] level).
Array
Typical exact array
==References==
Line 11 ⟶ 12:
{{Compiler optimizations}}
{{prog-lang-stub}}▼
[[Category:Compiler construction]]
[[Category:Static program analysis]]
▲{{prog-lang-stub}}
|