This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
what is nogcc.cc for?
- From: Andrew Haley <aph at redhat dot com>
- To: Manfred Bergmann <bergmannmd at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 24 Feb 2003 10:13:33 +0000 (GMT)
- Subject: what is nogcc.cc for?
- References: <5D287412-47DC-11D7-8F2F-0050E4398A79@web.de>
Manfred Bergmann writes:
> Hi,
>
> sorry for that silly question because with
> nogc.cc libgcj is probably using no garbage collector.
> But, how can that work, java with no gc?
> How do memory allocation and freeing work then?
Memory allocation works; freeing doesn't.
Andrew.