This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GC use within GCC
- To: gcc at gcc dot gnu dot org
- Subject: Re: GC use within GCC
- From: Tom Lord <lord at regexps dot com>
- Date: Mon, 30 Jul 2001 18:51:20 -0700 (PDT)
- CC: neil at daikokuya dot demon dot co dot uk
- References: <20010730234718.D11200@daikokuya.demon.co.uk>
> 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.
Yeah. GCC seems to use its own exact GC internally. The similarity
of the GC interfaces confused me.
-t