-
Notifications
You must be signed in to change notification settings - Fork 238
Static_single_assignment
nimakarimipour edited this page Sep 3, 2020
·
2 revisions
Static single assignment is an intermediate representation in which every variable is assigned exactly once.
- Wikipedia: Static single assignment form