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.


Le Friday 19 August 2005 a 20:08, Andrew Pinski ecrivait: 
> > 
> > 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.
> > 
> > Is it true ?
> 
> Yes.
> > If yes, how can I use it with my c++ source code ? (documentation,
> > articles, tutorials...).
> 
> It is a very simple mark and sweep GC and not realy useful for most other projects.
> You mark each struct for GCable and all static and global variables too.  You cannot
> have only a reference to a GCable on the stack (it has to be in a GC marked variable
> too) when the gc is called.
Thanks, 

And in the gcc documentation, can you tell me where can I find an
example or a description ?

Stephane

-- 
Stephane Wirtel <stephane.wirtel@belgacom.net>
                <stephane.wirtel@gmail.com>



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