Skip to content

Intermediate representation

JLiangWaterloo edited this page Jan 12, 2012 · 3 revisions

Intermediate representation (IR) is an internal data structure of the compiler that describes the semantics of the source code in an optimization-friendly format.

See related project.