CSE 231: Advanced Compilers

Course Syllabus


Overview

In this course, we will explore the basic techniques that are the cornerstone of a variety of program analysis tools, including optimizing compilers, just-in-time compilers, program verifiers, bug fingers, code refactoring tools, garbage collectors, and runtime monitoring systems. These techniques may come in handy, no matter what field of CS you end up working in.

At the same time, you will get a feeling for what research is like in the area of program analysis and compilers by reading research papers, and getting your feet wet in a small research project. If you haven't picked an area of research to work in, being exposed to some research will help you make a better decision. If you have already picked an area of research to work in, seeing what research is like in other fields of CS will broaden your perspective.


Grading

Your grade will be determined as follows:



Project

The course project will allow you to get a feel for what implementation and/or research is like in compilers. You will explore some implementation aspect of a compiler. More details will be provided in class and in the lecture material.


Course Topics