Skip to search formSkip to main contentSkip to account menu

Partial redundancy elimination

Known as: Pre 
In compiler theory, partial redundancy elimination (PRE) is a compiler optimization that eliminates expressions that are redundant on some but not… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
We show how partial redundancy elimination (PRE) can be instantiated to perform provably correct fence elimination for multi… 
2011
2011
†† Summary Multi-threaded programs have many applications which are widely used such as operating systems. Analyzing multi… 
2010
2010
The Static Single Assignment (SSA) form has been an eminent contribution towards analyzing programs for compiler optimizations… 
2008
2008
Partial redundancy elimination is a subtle optimization which performs common subexpression elimination and expression motion at… 
2006
2006
This note reports on research which has recently been presented at the 15th International Conference on Compiler Construction (CC… 
2004
2004
Single nucleotide polymorphisms (SNPs) is subtle variation in a genomic DNA sequence of individuals of the same species. It plays… 
2003
2003
Partial redundancy elimination (PRE) techniques play an important role in optimizing compilers. Many optimizations, such as… 
2003
2003
Partial redundancy elimination (PRE) is a key technology for modern compilers. However traditional approaches are conservative… 
1995
1995
Partial Redundancy Elimination (PRE) is a general scheme for suppressing partial redundancies which encompasses traditional…