CS520
Fall 2016
Laboratory 8
Friday October 28
The lab must be submitted prior to noon on Sunday October 30.


Add to your Lab 7 code to provide an implementation of the heap that includes a non-compacting garbage collector.

Tests GCtest4 and GCtest5 can be used to test your allocator. (You should also do regression testing and be sure that the tests GCtest1, GCtest2 and GCtest3 continue to work, along with heapTest.) You can also run maTe programs using mvm.

To turn in this laboratory, type:

% ~cs520/bin/submit lab8 heap.c

Submissions can be checked by typing:

% ~cs520/bin/scheck lab8

Remember that there are no late submissions of labs. Submit what you have prior to noon on Sunday October 30.


Last modified on October 17, 2016.

Comments and questions should be directed to pjh@cs.unh.edu