An Experimental Evaluation of Data Dependence Analysis Techniques
(ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1264806)
이 논문에서는 data dependency를 분석하는 방안들을 소개하고 각각에 대한 evaluation 및 comparison 결과를 설명한다. 주요하게 살펴본 것은 다음과 같다.
Data dependence issue에 대해서 설명한다. 이는 data dependence analysis의 결과가 올바르지 않거나 어렵게 되는 경우이다.
- Nonlinear Constraints
- If-Statements
- Coupled Subscripts
- Loop Bounds
그리고 Nonlinear constraints와 If-Statement 의 경우에 inaccurate result가 많이 발생하였다는 결과를 제시하기도 하였다.
'Papers > Multi_Core기반 테스트' 카테고리의 다른 글
암달의 법칙 (Amdahl’s law) (0) | 2011.01.13 |
---|---|
Lazy Interprocedural Analysis for Dynamic Loop (0) | 2008.10.08 |
Dependece analysis (0) | 2008.10.01 |
Improving Event Processing Performance through Parallel~ (0) | 2008.09.15 |
Function level parallelism driven by data dependencies (0) | 2008.09.13 |