Sciweavers

94 search results - page 1 / 19
» Detecting loop-carried dependences in programs with dynamic ...
Sort
View
JPDC
2007
98views more  JPDC 2007»
13 years 4 months ago
Detecting loop-carried dependences in programs with dynamic data structures
Angeles G. Navarro, Francisco Corbera, Adrian Tine...
ICS
1993
Tsinghua U.
13 years 9 months ago
Static and Dynamic Evaluation of Data Dependence Analysis
—Data dependence analysis techniques are the main component of today’s strategies for automatic detection of parallelism. Parallelism detection strategies are being incorporate...
Paul Petersen, David A. Padua
ATVA
2009
Springer
125views Hardware» more  ATVA 2009»
13 years 11 months ago
Automated Analysis of Data-Dependent Programs with Dynamic Memory
We present a new approach for automatic verification of data-dependent programs manipulating dynamic heaps. A heap is encoded by a graph where the nodes represent the cells, and t...
Parosh Aziz Abdulla, Muhsin Atto, Jonathan Cederbe...
PLDI
2012
ACM
11 years 7 months ago
Scalable and precise dynamic datarace detection for structured parallelism
Existing dynamic race detectors suffer from at least one of the following three limitations: (i) space overhead per memory location grows linearly with the number of parallel thre...
Raghavan Raman, Jisheng Zhao, Vivek Sarkar, Martin...
SODA
2004
ACM
82views Algorithms» more  SODA 2004»
13 years 6 months ago
Dynamizing static algorithms, with applications to dynamic trees and history independence
We describe a machine model for automatically dynamizing static algorithms and apply it to historyindependent data structures. Static programs expressed in this model are dynamize...
Umut A. Acar, Guy E. Blelloch, Robert Harper, Jorg...