Partial Redundancy Elimination for Multi-threaded Programs
Software Engineering
2011-11-04 v1 Logic in Computer Science
Abstract
Multi-threaded programs have many applications which are widely used such as operating systems. Analyzing multi-threaded programs differs from sequential ones; the main feature is that many threads execute at the same time. The effect of all other running threads must be taken in account. Partial redundancy elimination is among the most powerful compiler optimizations: it performs loop-invariant code motion and common subexpression elimination. We present a type system with optimization component which performs partial redundancy elimination for multi-threaded programs.
Cite
@article{arxiv.1111.0640,
title = {Partial Redundancy Elimination for Multi-threaded Programs},
author = {Mohamed A. El-Zawawy and Hamada A. Nayel},
journal= {arXiv preprint arXiv:1111.0640},
year = {2011}
}
Comments
7 pages