정적 단일 대입 형식
Sign in to saveAlso known as Static Single Assignment form, SSA, SSA, static single assignment
intermediate representation (IR) in which each variable is assigned exactly once, and every variable is defined before it is used
Also known as Static Single Assignment form, SSA, SSA, static single assignment
intermediate representation (IR) in which each variable is assigned exactly once, and every variable is defined before it is used