From: Ivan Maidanski Date: Sat, 16 Nov 2013 10:25:27 +0000 (+0400) Subject: Update TODO file (add 1 item about parallel marker) X-Git-Tag: gc7_4_0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8a3f11268ef813dfcb2932a0fb5a7c872c15ac;p=gc Update TODO file (add 1 item about parallel marker) --- 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).