summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-11-16 14:25:27 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-11-16 14:25:42 +0400
commit7c8a3f11268ef813dfcb2932a0fb5a7c872c15ac (patch)
treeeba4fd1a75656d11bd987a759bff466838dd74ca
parent943aa6da8ddc05226f4394cd188d9ea4bd3e020b (diff)
downloadbdwgc-7c8a3f11268ef813dfcb2932a0fb5a7c872c15ac.tar.gz
Update TODO file (add 1 item about parallel marker)
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 10471b20..38add34f 100644
--- a/TODO
+++ b/TODO
@@ -34,6 +34,8 @@ Use Linux VM pressure notifications to force GC and unmapping.
Filter overlaps in GC_add_roots for Unix (same as for Win32).
+Do not resume parallel markers if only 1 core is active at GC mark start.
+
Enable GC_set_handle_fork(1) for Darwin with GC_dirty_maintained on (both
single and multi-threaded modes).