Sciweavers

769 search results - page 16 / 154
» Analysis of recursively parallel programs
Sort
View
EUROPAR
2003
Springer
14 years 2 months ago
DeWiz - A Modular tool Architecture for Parallel Program Analysis
Dieter Kranzlmüller, Michael Scarpa, Jens Vol...
EUROPAR
2000
Springer
14 years 16 days ago
Novel Models for Or-Parallel Logic Programs: A Performance Analysis
One of the advantages of logic programming is the fact that it offers many sources of implicit parallelism, such as and-parallelism and or-parallelism. Arguably, or-parallel system...
Vítor Santos Costa, Ricardo Rocha, Fernando...
IEEEPACT
2006
IEEE
14 years 3 months ago
A two-phase escape analysis for parallel java programs
Thread escape analysis conservatively determines which objects may be accessed in more than one thread. Thread escape analysis is useful for a variety of purposes – finding rac...
Kyungwoo Lee, Samuel P. Midkiff
IWOMP
2007
Springer
14 years 3 months ago
Parallel Data Flow Analysis for OpenMP Programs
The paper presents a compiler framework for analyzing and optimizing OpenMP programs. The framework includes Parallel Control Flow Graph and Parallel Data Flow equations based on t...
Lei Huang, Girija Sethuraman, Barbara M. Chapman