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