|
15-411 Compiler Design
|
Out | Points | Lab | Due (always at 11:59pm) | |||
---|---|---|---|---|---|---|
|
||||||
Lab 1 | Tue Sep 1 | 100 | Register Allocation (lab1.tgz) | Tests | Wed Sep 9 | |
Compilers | Wed Sep 16 | |||||
Lab 2 | Tue Sep 15 | 100 | Loops and Conditionals (lab2.tgz) | Tests | Tue Sep 22 | |
Compilers | Tue Sep 29 | |||||
Lab 3 | Fri Oct 2 | 100 | Functions (lab3.tgz) | Tests | Thu Oct 8 | |
Compilers | Thu Oct 15 | |||||
Lab 4 | Thu Oct 15 | 100 | Structs and Arrays (lab4.tgz) | Tests | Thu Oct 22 | |
Compilers | Thu Oct 29 | |||||
Lab 5 | Tue Oct 27 | 100 | Memory Safety and Basic Optimizations | Tests | Tue Nov 10 | |
Compilers | Tue Nov 17 | |||||
Papers | Thu Nov 19 | |||||
Lab 6 | Tue Nov 17 | 200 | Optimization or Garbage Collection or Virtual Machine |
(no tests) | | |
Compilers | Thu Dec 3 | |||||
Term Papers | Thu Dec 10 | |||||
|
Out | Points | Assignment | Due (in lecture) | Further links | Sample solutions | ||
---|---|---|---|---|---|---|---|
|
|||||||
Asst 1 | Tue Sep 1 | 60 | Instruction Selection and Register Allocation | Tue Sep 8 | LaTeX source | ||
Asst 2 | Tue Sep 15 | 60 | Dead Code Elimination and Parsing | Thu Sep 24 | LaTeX source | ||
Asst 3 | Thu Oct 1 | 60 | Program Analysis | Thu Oct 8 | LaTeX source | ||
Asst 4 | Thu Oct 15 | 60 | Structs and Arrays | Thu Oct 22 | LaTeX source | ||
Asst 5 | Tue Oct 27 | 60 | Closures and Bytecode Interpreters | Thu Nov 5 | LaTeX source | ||
|
The university policies and procedures on academic integrity will be applied rigorously.
All labs in this course must be done either by a single student or by a pair of students, at your discretion. The work must be your own and your partner's. Do not copy any parts of the lab from anyone. Do not look at other students' code. Do not make parts of your code available to anyone besides your partner, and make sure noone else can read your files.
General libraries, such as the SML Basis Library, the SML/NJ Library, or other publicly available libraries may be used in your code. This also includes the code supplied with the textbook. Please clearly identify if you used library code, credit its source, and summarize any changes you may have made to the library. Portions of other students' compilers, from this or previous semesters, are explicitly prohibited. If in doubt, please contact the instructor.
All assignments in this course are single-student assignments. The work must be all your own. Do not copy any parts of any of the assignments from anyone. Do not look at other students' papers. Do not make any parts of your assignments available to anyone, and make sure noone can read your files.
We will be using the Moss system to detect software plagiarism.
It is not considered cheating to clarify vague points in the labs, assignments, or textbook, or to give help or receive help in using the computer systems, compilers, debuggers, profilers, or other facilities.
All handins of labs are electronic via the Autolab system. All assignment are due at 11:59pm on the specified due date. Every individual or group has up to 5 late days to use for any labs throughout the semester. For example, if an assignment is due at 11:59pm on Tuesday, and handing in the assignment at 1:05pm on Thursday incurs no penalty, but uses up 2 late days. Late days used so far are recorded on Autolab.
All handins of written assignments are on paper at the beginning of lecture (1:30pm) on the due date. Up to two assignments may be handed in late, any time before next lecture. The exception is Thanksgiving break, where you have to make separate arrangements for a late handin.
You may not submit a lab more than two days late. You will receive no credit for a lab which is more than two days late.
Exceptions to the policies above will be granted only in exceptional circumstances and must be discussed with and approved by the course instructor in advance.
We are using a subversion repository administered by the course staff for distribution and autograding purposes.
Suppose your group name is hickory. To check out a working copy of the svn module for your group, do
% svn checkout https://cvs.concert.cs.cmu.edu/15411-f09/hickory
Your userid would be hickory and your password should have been mailed to you.
This will create a directory hickory/ with a subdirectory for each lab. For the very first lab, there is also some starter code in hickory/lab1/compiler which you may edit freely or replace entirely.
When you are ready to hand in your code (and you may hand in as often as you like), make sure you have committed the most recent version to the repository with svn commit.
Then go to the Autolab server, select the lab you would like to hand in and select option
S5b - Autograde your code in svn repositoryDepending on whether you are handing in test cases or a compiler, the autograder for Lab 1 will do either
% svn checkout https://cvs.concert.cs.cmu.edu/15411-f09/hickory/lab1/tests
or
% svn checkout https://cvs.concert.cs.cmu.edu/15411-f09/hickory/lab1/compiler
and then run the driver to autograde your code. For each lab, the autograder will look for the two handin directories tests and compiler.
You are encouraged to use the svn repository to manage your development, but you are not required to do so as long as you hand in your code as specified above.
We always count your latest submission, both for grading purposes and for the purpose of counting late days. You should avoid the scenario where you make final clean-up edits close to the submission deadline without subsequently compiling and re-testing your code. You might end up with no credit if you accidentally fail to close a comment or miss a parenthesis!
Some labs may permit unofficial submissions in order to test your code with the Autolab grader. Unofficial submissions will not be graded. Please make sure to hand in at least one official submission.
On autolab, be sure to select
S6 - View your handin history and scores
to see the official autolab output and instructor evaluations of your submissions.
Grading criteria are stated separately with each lab. Some of each score will be determined by the Autolab grading script. In addition, the teaching assistants will read your code and award additional points based on code quality.
The most important criterion is always correctness. Buggy code is useless, and is likely to get a low score. A secondary criterion is the selection of appropriate algorithms and data structures for your implementation. Finally, it is important that your code be readable and well-organized. This includes proper use of the module system and clear comments.
Grading for written assignments is based on the correctness of the answer and the presentation of your reasoning. Strive for clarity and conciseness, but show how you arrived at the answer. If you cannot solve a problem, explaining your approach and why you failed is encouraged. Such answers will be given partial credit.
Grades are based primarily on the total score for the class out of 1000 points. This includes 700 points for lab and 300 points for assignments. There are no predetermined cut-offs. Instead, the teaching staff will decide on grade boundaries at the end of the year. We will use intangibles, such as participation in class for those close to grade boundaries.
[ Home
| Schedule
| Labs & Assignments
| Lab Machines
| Resources
]
[ Textbook
| Autolab
]
[
Blackboard
| academic.cs.15-411
]
fp@cs
Frank Pfenning