Static single-assignment form: Difference between revisions

Content deleted Content added
Dcoetzee (talk | contribs)
Added page about SSA
 
Dcoetzee (talk | contribs)
m Added IR link
Line 1:
In [[compilers]], '''static single assignment form''', more often abbreviated '''SSA form''' or just '''SSA''', is an [[intermediate representation]] in which every variable is assigned exactly once.
 
<i>More needed here describing need for phi functions, the dominance-frontier based algorithm for computing "minimal" SSA, and other things.</i>