Difference between revisions of "Assignment: Instruction Selection"

From Embedded Xinu
Jump to navigation Jump to search
(created the page)
(No difference)

Revision as of 01:58, 30 July 2010

Overview

In this project students implement a translator that takes the Intermediate Representation (IR) output from the translation in Project 5 and converts it into MIPS assembly language with an infinite pool of temporaries.

Notes

No changes are required for our modified MiniJava language or to target a Xinu backend provided that the compiler follows standard MIPS calling conventions.