From 8d92592d821bed36b74744987dbdb7a2eacd1da5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 10 Jan 2016 21:38:21 -0500 Subject: [PATCH] There is a rudimentary ffi now --- gc-notes.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/gc-notes.txt b/gc-notes.txt index 51e5ebbe..ddd11bbd 100644 --- a/gc-notes.txt +++ b/gc-notes.txt @@ -37,7 +37,6 @@ TODO: - how to use cyclone (meta files, compiling modules, etc) - what to be cognizant of when writing threading code. esp, how to deal with stack objects (initiating minor GC's, etc) - revisit features list, issues list, etc -- FFI DONE: - need to cooperate when a mutator is blocked