Skip to search formSkip to main contentSkip to account menu

Copy propagation

In compiler theory, copy propagation is the process of replacing the occurrences of targets of direct assignments with their values. A direct… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
PHP is a dynamically typed programming language commonly used for the server-side implementation of web applications… 
2014
2014
Compiler optimization phase ordering is a fundamental, pervasive, and long‐standing problem for optimizing compilers. This… 
2013
2013
We present an extension of our previously introduced technique for unfolding conditional control flow in extended workflow graphs… 
2013
2013
Production compilers implement optimizing transformation rules for built-in types. What justifies applying these optimizing rules… 
2009
2009
A rear view mirror combination is particularly suitable for monitoring obstructions in typical blind spot locations as well as… 
2008
2008
Dynamic Binary Translation can provides code portability between different architectures. The translation process occurs on the… 
2007
2007
Although the Java bytecode has numerous advantages. there ate also shortcomings such as slow execution speed and difficulty in… 
2006
2006
A novel technique for copy propagation and dead code elimination using hash based value numbering is discussed in this paper… 
1997
1997
This paper presents a simple, powerful and flexible technique for reasoning about and translating the goal-directed evaluation of… 
1987
1987
Abstract : Copy elimination is an important optimization for implementing functional languages. Though it is related to the…