Static single-assignment form: Difference between revisions

Content deleted Content added
Dcoetzee (talk | contribs)
m Oops error in example
Dcoetzee (talk | contribs)
m Added link
Line 17:
x<sub>1</sub> := y<sub>2</sub><br>
 
Algorithms[[Compiler optimization]] algorithms which are either permitted or strongly enhanced by the use of SSA include:
*[[constant propagation]]
*[[dead code elimination]]