Update TODO file (add TODO tasks regarding HANDLE_FORK)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 24 Feb 2012 15:25:22 +0000 (19:25 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 24 Feb 2012 15:25:22 +0000 (19:25 +0400)
TODO

diff --git a/TODO b/TODO
index 68ec84b..6528997 100644 (file)
--- a/TODO
+++ b/TODO
@@ -25,6 +25,11 @@ build_atomic_ops.sh[.cygwin]: Remove if really not needed.
 Do type-punning via union (instead of pointer type cast) to enable safe
 '-fstrict-aliasing' compiler optimization option.
 
+Support HANDLE_FORK if USE_WINALLOC for Cygwin.
+
+Properly implement HANDLE_FORK if GC_dirty_maintained for Darwin (both single
+and multi-threaded modes).
+
 
 == FIXME tasks ==