►
2017 Spring -
301 -
Organization of Programming Languages -
Syllabus
1
Important Course Details
2
Lectures, Assignments, and Exercises
3
Work in this Course
4
Help
5
Fine Print
▼
2
Lectures, Assignments, and Exercises
2.1
basics
2.2
iswim
2.3
machine
2.4
gc
2.5
control
2.6
state
2.7
ty1
2.8
ty2
2.9
Paper
2.10
Presentation
2.11
Midterm
2.12
Final
← prev
up
next →
2.4
gc
This exercise is optional. Refer to the
exercise policy
for details.
Implement a garbage collector using Mark & Sweep and Stop & Copy. Either extend your interpreter (or machine) or use the
plai/gc2/collector
and
plai/gc2/mutator
system.
← prev
up
next →