CS520
Spring 2016
Laboratory 10
Friday April 15
The lab must be submitted prior to noon on Sunday April 17.


The goal for this lab is to implement zero-capacity channels.

We will also be re-testing the createGoroutine, yieldGoroutine and cleanupGoroutines functions.

The points for the lab will be split evently between the Lab 9 functionality and the new functionality (zero-capacity channels).

We will test with the following files (available in ~cs520/public/prog5):

Put all your C source code in a single file, "goroutines.c". Put all your Intel-64 assembly language code in a single file, "asm.s".

To turn in this laboratory, type:

% ~cs520/bin/submit lab10 goroutines.c asm.s

Submissions can be checked by typing:

% ~cs520/bin/scheck lab10

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


Last modified on April 3, 2016.

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