What are the difference between CGC and 3m.Both has some advantage or disadvantage ? Or It is just about running time or compilation time.I know that garbage collector is responsible for clearing up the shared memory.<br><br>
I dont know the whole issue on running time and compilation time.<br>Running time is same with compilation time.?<br>Or running time is the time about caring algorithm.<br>For example running time of merge sort is nlogn .This nlogn include only time until array is sorted(I assume array is unsorted in first time) or include this plus &quot;clearing shared memory&quot;.Anyway sorry for my bad english i hope i can tell my point.<br>
<br>But i just wonder about CGC and 3m.<br>What do we exactly focus on &quot;garbage collector&quot;.<br><br><div class="gmail_quote">On Sun, Apr 5, 2009 at 1:59 AM, Marek Kubica <span dir="ltr">&lt;<a href="mailto:marek@xivilization.net">marek@xivilization.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Sun, 5 Apr 2009 01:43:33 +0300<br>
<div class="im">emre berat nebiošlu &lt;<a href="mailto:beratn@gmail.com">beratn@gmail.com</a>&gt; wrote:<br>
<br>
</div><div class="im">&gt; Someone said to me Drscheme has 3 or 4 garbage collector.Is it true ?<br>
&gt; If it is true.How it works and how drscheme uses tese.<br>
<br>
</div>MzScheme (the actual Scheme implementation that runs in the background<br>
of DrScheme) supports two different Garbage Collectors: the older CGC<br>
collector and the newer 3m collector. But the collector-selection<br>
happens on compile time - that is when MzScheme runs, there can only be<br>
one collector active, which is usually 3m since it is the default.<br>
<br>
regards,<br>
<font color="#888888">Marek<br>
</font></blockquote></div><br>