Sciweavers

3686 search results - page 76 / 738
» Pattern-Based Parallel Programming
Sort
View
LCR
2000
Springer
121views System Software» more  LCR 2000»
15 years 1 months ago
Optimizing Mutual Exclusion Synchronization in Explicitly Parallel Programs
Abstract. We present two new compiler optimizations for explicitly parallel programs based on the CSSAME form: Lock-Independent Code Motion (LICM) and Mutex Body Localization (MBL)...
Diego Novillo, Ronald C. Unrau, Jonathan Schaeffer
DAGSTUHL
2003
14 years 11 months ago
Program Optimization in the Domain of High-Performance Parallelism
I consider the problem of the domain-specific optimization of programs. I review different approaches, discuss their potential, and sketch instances of them from the practice of ...
Christian Lengauer
PDPTA
1996
14 years 11 months ago
Automated Performance Measurement of Parallel Programs
A new approach to monitoring the runtime behaviour of parallel programs will be presented. Our approach provides a speci cation language to build measurement models which describe...
Xiandeng Huang, Christoph Steigner
PPOPP
1997
ACM
15 years 1 months ago
Effective Fine-Grain Synchronization for Automatically Parallelized Programs Using Optimistic Synchronization Primitives
As shared-memory multiprocessors become the dominant commodity source of computation, parallelizing compilers must support mainstream computations that manipulate irregular, point...
Martin C. Rinard
SC
1991
ACM
15 years 1 months ago
Delayed consistency and its effects on the miss rate of parallel programs
In cache based multiprocessors a protocol must maintain coherence among replicated copies of shared writable data. In delayed consistency protocols the effect of out-going and in-...
Michel Dubois, Jin-Chin Wang, Luiz André Ba...