
29 Aug
2004
29 Aug
'04
5:43 p.m.
I'm going to make one small adjustment to the GC code now: adding GC_no_dls = 1 to the GC intialization code.
This will prevent libgc from scanning the static data areas of dynamic libraries, which seems to cause problems on FC2, and in any case is unnecessary.
Ideally we want the most conservative gc configuration that is reasonably possible; this should bring us a step closer.
-mental