Jump to content

Static single-assignment form

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dcoetzee (talk | contribs) at 16:05, 20 November 2003 (Added page about SSA). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.

More needed here describing need for phi functions, the dominance-frontier based algorithm for computing "minimal" SSA, and other things.

This article is a stub. You can help Wikipedia by fixing it.