This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gcc and a Garbage Collector.



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]