Computer Science, asked by mthangabalaji8046, 1 year ago

Difference between copy propagation and common sub expression

Answers

Answered by physicsknowledge9506
0

Explanation:

In compiler theory, copy propagation is the process of replacing the occurrences of targets of direct assignments with their values. ... Some optimizations—such as elimination of common sub expressions—require that copy propagation be run afterwards in order to achieve an increase in efficiency.

Similar questions