Next: , Previous: , Up: Compiler Stages   [Contents][Index]


4.20 TC-Y, ARM Back End

TC-Y is an optional assignment.

This section has been updated for EPITA-2018 on 2015-10-28.

At the end of this stage, the compiler produces ARM code (possibly with infinite registers). Basically, this stage is TC-7 with the ARM assembly language instead of MIPS.

The ARM architecture is a family of RISC instruction set architectures for computer processors.

Relevant lecture notes include instr-selection.pdf.