IU-P423-P523-E313-E513-Fall-2020

Web page for IU Compiler Course for Fall 2020

View the Project on GitHub IUCompilerCourse/IU-P423-P523-E313-E513-Fall-2020

Tuples and Garbage Collection

Review of the previous lectures

explicate-control

minor changes to handle the new forms

uncover-locals

Collect the local variables and their types by inspecting assignment statements. Store in the info field of Program.

select-instructions (5.3.3)

Here is where we implement the new operations needed for tuples.

example: block9056

allocate-registers