From cdc44478f87f754951934bb4e1f2c52381004910 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 4 Jan 2016 21:51:56 -0500 Subject: [PATCH] Completed merge --- gc-notes.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/gc-notes.txt b/gc-notes.txt index d7cdcc13..39dcec43 100644 --- a/gc-notes.txt +++ b/gc-notes.txt @@ -7,7 +7,6 @@ Phase 6 (gc-dev6) - Multiple mutators (application threads) Phase 7 (TBD) - Sharing of variables between threads (ideally without limitation, but that might not be realistic) TODO: -- merge everything back to master??? I think it's just about time - need a legitimate test program that uses mutexes. am worried that when lock calls into a cont, the program will crash because it returns a boolean object, which the runtime does not handle maybe just a simple producer/consumer type program