C++ Garbage Collecter

Kevin Atkinson kevinatk@home.com
Fri Aug 27 00:21:00 GMT 1999


Per Bothner wrote:

> Again, it seems that "pointer unsafety" is a mostly hypothetical problem,
> *assuming* you don't replace all your mallocs by gcmalloc, or otherwise
> use gcmalloc when malloc is more appropriate.

What type of experience do you have with gcc C/C++ code and garbage
collectors.  Jeff, being a major gcc developer, is making me nervous
here.

I want to use a garbage collator to improve development time and avoid
memory leeks.  However, it won't be worth it to me if I have to spend
most of my time tracking down errors due to pointer unsafety.

-- 
Kevin Atkinson
kevinatk@home.com
http://metalab.unc.edu/kevina/


More information about the Gcc mailing list