Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
single static assignment
Jump to user comments
compiler (Also known as SSA form) A special form of code
where each variable has only one single definition in the
program code. "Static" comes from the fact that the definition
site may be in a loop, thus dynamically executed several
times.