Encyclopedia > SSA form

  Article Content

SSA form

Static Single Assignment (SSA) is an Intermediate language[?] form used by compilers to simplify (some) optimization algorithms. Developed by researchers at IBM in the 80's. Each variable is only defined once, a redefinition of a variable is considered to be a new variable (version). The use-def chains are reduced to a pointer to the single definition of the variable.

Examples of algorithms that are made easy using SSA form are:

See Alse: Compiler optimization



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
North Haven, New York

... average household size is 2.20 and the average family size is 2.77. In the village the population is spread out with 17.4% under the age of 18, 3.5% from 18 to 24, 22.3% ...

 
 
 
This page was created in 29.9 ms