Chapter 8: Intermediate Code Generation

Declarations .

T array [ num ] of T1

T.type = array(num.val, T 1 .type)

T.width = num.val x T1 .width

T T1

T.type = pointer(T 1 .type)

T.width = 4

This is the continuation of the example in the previous slide..