This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc and a Garbage Collector.
- From: Eric Christopher <echristo at apple dot com>
- To: Stephane Wirtel <stephane dot wirtel at belgacom dot net>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>, Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Fri, 19 Aug 2005 17:21:15 -0700
- Subject: Re: Gcc and a Garbage Collector.
- References: <200508200007.j7K07El8003679@earth.phy.uc.edu>
On Aug 19, 2005, at 5:07 PM, Andrew Pinski wrote:
Hi,
With this page from Wikipedia, http://en.wikipedia.org/wiki/
GNU_Compiler_Collection, in the "See also" section,
there is a sentence about a Garbage collected included in GCC.
There's also boehm-gc:
http://www.hpl.hp.com/personal/Hans_Boehm/gc/
which is shipped with gcc for java's use.
Mostly depends on what you're looking at the gc for - whether it's
for your language, for hacking on gcc, or something else.
-eric