Homework 3: a garbage collector for C
In this homework, we build a basic, conservative garbage collector for C programs. Starting from the set of root pointers present in the stack and global variables, we traverse the "object graph" (in the case of malloc, a chunk graph)
Topic revision: r1 - 2013-09-09 - 17:57:57 - Main.jakob