What is a three-address code?

Three-address code is a sequence of statements, typically of the general form A:= B op C, where A,B and C are either programmer-defined names,constants or compiler-generated temporary names; op stands for any operator,such as fixed- or floating-point arithmetic operator, or a logical operator on Boolean valued data.

 

Leave a Reply