Syllabus and general information for MCS-388: Compiler Design
Overview
MCS-388 attempts to draw together the theory and practice of compiler
construction. Much of the material will have a strong theoretical
foundation. However, with the exception of the last couple topics
(due to time constraints), this material will serve as the basis for
compiler-writing projects. Topics include lexical and syntactic
analysis, naive code generation, data-flow analysis, register
allocation and assignment, and optimization, including
partial redundancy elimination.
Office hours
I should be in my office most days outside of class and lunch hours.
Feel free to just stop by and see whether my door is open or make an
appointment. You may send me electronic mail at wolfe@gustavus.edu or call me at
extension 7469. I'll try to put any updates to my schedule in my
webpage, http://www.gustavus.edu/~wolfe, so
check there if in doubt.
All course materials will be available through my World Wide Web page.
The URL for this course is http://www.gustavus.edu/~wolfe/388.
In general, I will generally not distribute hardcopies of handouts
unless they are of help during class.
Prerequisites
MCS-388 draws heavily on MCS-265, MCS-287, and MCS-284. Some notions from MCS-375
and MCS-236 also crop up. You're expected to be able to program. Since
the compiler-building tools and pre-existing code modules I supply
will be centered around the Java programming language, the path of
least resistance will probably be to learn that language as we go if
you don't already know it. On the other hand, there are comparable
compiler-building tools centered around other languages,
so if you would rather use another language, that's
fine too, you'll just have a little less of a support network.
I'll gladly accept labs written in any programming language:
C++, Scheme, Python, ML, Ada, you name it.
Text and readings
Our primary text will be the "dragon book," i.e.,
Compilers: Principles Techniques and Tools by Alfred
V. Aho, Ravi Sethi, and Jeffrey D. Ullman, Addison Wesley, 1986. We
will also use some additional material: documentation, which
will be on-line or in the lab area,
and supplementary readings, which I will hand out. (There's also an
on-line Java Tutorial at http://java.sun.com/docs/books/tutorial/,
and copies of a couple Java books in
the MCS Lab monitors' room, any of which you are welcome to use as
a supplement.)
Labs
Some days, shown in the syllabus, we will meet in the OHS 326 computer
lab rather than in the usual classroom. Each lab has three lab
days set aside for us to work together, but will also require you to
spend additional time out of class.
Honor
You are expected to be familiar with the college academic honesty
honor code policy, and to comply with that policy. If you have any
questions about it, please ask. One specific requirement of that
policy is that you write the following in full and sign it on every
graded paper, i.e., on every homework and lab report:
On my honor, I pledge that I have not given, received, nor tolerated
others' use of unauthorized aid in completing this work.
Late assignments
All lab assignments are due at the beginning of class on
the day indicated. Late lab assignments will be penalized by one ``grade
notch'' (such as A to A- or A- to B+) for each weekday late or fraction
thereof. However, no late assignments will be accepted after graded
assignments are handed back or solutions are distributed.
If you are too sick to complete an assignment on time, you
will not be penalized. Simply write ``late due to illness'' at the
top of the assignment, sign your name and hand it in. Other circumstances
will be evaluated on a case-by-case basis.
Please see the separate homework
policy, linked to the web version of this syllabus.
Grade changes
Please point out any arithmetic or clerical error I make in grading,
and I will gladly fix it. You may also request reconsideration if I
have been especially unjust.
Grading
I will provide you with a grade on each homework assignment and
lab assignment, in addition to the mid-term and final grades, so that
you may keep track of your performance. The homeworks
will contribute half of your final grade, with the labs
contributing the other half. However, I reserve the right to
subjectively adjust your final grade. Please see me if you have any
question how you stand. Class participation is not graded; however,
it allows you to find and repair the gaps in your understanding before
doing the assignments, and thus can dramatically improve your grade.
You are responsible for all course material, whether or not you are
present when it was covered or distributed.
Please see the separate homework
policy, linked to the web version of this syllabus.
Style guidelines
All assignments should be readily readable and should
not presuppose that I already know what you are trying to say. Use
full English sentences where appropriate (namely almost everywhere)
and clear diagrams, programs, etc. Remember that your goal is to
communicate clearly and that the appearance of these technical items
plays a role in this communication process. Be sure your assignments
are always stapled together and that your name is always on them.
Accessibility
If you have a learning, psychological, or physical disability for which a reasonable accommodation can be made, I would be happy to refer you to the college's disability services coordinator and to cooperate in the accommodation process. It is generally best if this can be done as soon as possible.