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]

Re: GC use within GCC


Tom Lord wrote:-

> 
> Am I reading the code of GCC correctly?  It appears that, although GCC
> now uses the Boehm collector, it does not perform a conservative scan
> of the C stack.  Is that true?
> 
> Does GCC use the conservative feature's of boehm-gc at all?  or is
> it being used as an exact collector?

I don't believe "core" GCC uses it at all; I think it's something to
do with GCJ.

Neil.


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