View online at github.com/kindermoumoute/ssaform Note: Some slides move down instead of to the side, so use the space bar to advance slides.
About Me
Student at Centrale Lille IG2I, northern France
Worked on Intel's Snap Telemetry Framework
Looking for my end-of-study internship
Passionate about programming
Started programming on calculators
Today is about SSA Form
SSA FORM
Definition
In compiler design, static single assignment form is a property of an intermediate representation (IR), which requires that each variable is assigned exactly once, and every variable is defined before it is used.