[gccgo] Turn on garbage collector

Ian Lance Taylor iant@google.com
Fri Jul 23 16:51:00 GMT 2010


This patch finally turns on the garbage collector for gccgo.  This just
uses the same garbage collector as the other Go compiler; it's a simple
stop-the-world mark-and-sweep collector.  It works but it is far too
slow.  I will be committing some straightforward patches to speed it up
for gccgo, then investigating it in more detail.  Committed to gccgo
branch.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 39425 bytes
Desc: gc
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100723/a3849ab9/attachment.bin>


More information about the Gcc-patches mailing list