Sciweavers

4 search results - page 1 / 1
» Practical Improvements to the Construction and Destruction o...
Sort
View
SPE
1998
88views more  SPE 1998»
13 years 4 months ago
Practical Improvements to the Construction and Destruction of Static Single Assignment Form
Preston Briggs, Keith D. Cooper, Timothy J. Harvey...
ICPP
1998
IEEE
13 years 9 months ago
Concurrent SSA Form in the Presence of Mutual Exclusion
Most current compiler analysis techniques are unable to cope with the semantics introduced by explicit parallel and synchronization constructs in parallel programs. In this paper ...
Diego Novillo, Ronald C. Unrau, Jonathan Schaeffer
PLDI
1993
ACM
13 years 9 months ago
Dependence-Based Program Analysis
Program analysis and optimizationcan be speeded upthrough the use of the dependence flow graph (DFG), a representation of program dependences which generalizes def-use chains and...
Richard Johnson, Keshav Pingali
CGO
2008
IEEE
13 years 11 months ago
Fast liveness checking for ssa-form programs
Liveness analysis is an important analysis in optimizing compilers. Liveness information is used in several optimizations and is mandatory during the code-generation phase. Two dr...
Benoit Boissinot, Sebastian Hack, Daniel Grund, Be...