Compilers
198:415, Spring 2022

Announcements

Description

Introduction to compiler construction. Course contents include the following: Formal translation of programming languages, program syntax and semantics. Finite state recognizers and regular grammars. Context-free parsing techniques such as LL(k) and LR(k). Attribute grammars, syntax-directed translation schema, type checking, register allocation, instruction selection, code generation, data flow analysis and code improvement transformations (code optimizations), parallelism, dependence analysis, quantum computing.

Staff

Prerequisites, Lectures and Recitations

prerequisites: (211 or 331) and 314

lectures : Monday/Wednesday 2:00pm - 3:20pm, SEC 118 Busch Campus

recitations :

Textbooks

Tentative Syllabus

Overview (EAC §1)
Instruction scheduling (EAC §12)
Local register allocation (EAC §13)
Scanning (EAC §2)
Parsing (EAC §3)
Context sensitive analysis (EAC §4)
Static and dynamic representations in compiled code (EAC §6 & §7)
Introduction to optimization (EAC §8)
Code selection (EAC §11)
Compilation strategies for parallel architectures
Compilation strategies for non-traditional computing models

There will be three programming projects and eight homework assignments.

Academic Integrity

This course requires that every student adheres to the Academic Integrity Policy. DO NOT CHEAT ! If you have any questions whether a particular activity is considered cheating, talk to the instructor. You have to make sure that all your project files are read protected. If you don't know how to do this in Linux, ask your TA. Leaving a project file unprotected and thereby visible to your fellow students is considered cheating.

If you need an extension to a project or homework, let the instructor know as early as possible.

Read/post questions, submit homeworks, track your grades

Please post questions regarding homeworks and projects using Rutgers's Piazza system . DO NOT send homework or project questions directly to a TA or me. THANKS!
You should read the canvas/piazza 415 site at least every other day!

We use Canvas to submit homeworks and publish your grades.

MIDTERM and Quizzes (tentative)

There will be two midterms. First midterm on Wednesday, February 23, in class.

FINAL EXAM

Tuesday, May 10, 1:00pm - 2:00pm, location: TBD

Lecture Notes

Homeworks

Please submit your homework solution as a single pdf file through canvas.

Projects

All projects are INDIVIDUAL, NOT GROUP projects. For the projects, we use the machines in the ilab cluster. The ilab cluster machines contains the listing of valid hostnames available for projects. You have the same home directory across all machines of the ilab cluster .


Acknowledgement

This course has been based on courses taught by Keith Cooper at Rice University and Chau-Wen Tseng at the University of Maryland.