Labs ICT
โญ Pro Login

Intermediate Representation

Three-address code, SSA, and IR design

Between Source and Target

An Intermediate Representation (IR) is a data structure used internally by the compiler โ€” between source code and final machine code. It's designed to be easy to optimize.

Three-Address Code

Static Single Assignment (SSA)

Why Multiple IRs?

๐Ÿงช Quick Quiz

What is SSA (Static Single Assignment)?