This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Exceptions: the "gij bug"
- To: Godmar Back <gback at cs dot utah dot edu>
- Subject: Re: Exceptions: the "gij bug"
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 6 Dec 1999 12:33:52 -0800 (PST)
- Cc: bryce at albatross dot co dot nz (Bryce McKinlay), java-discuss at sourceware dot cygnus dot com
- References: <384B862F.7CCB89A5@albatross.co.nz><199912061642.JAA04873@faith.cs.utah.edu>
>>>>> "Godmar" == Godmar Back <gback@cs.utah.edu> writes:
Godmar> Btw, while looking at the code, it appeared to me that gcc has
Godmar> some provisions to use some kind of gc mechanism internally
Godmar> (ggc), but apparently this is turned off in my configuration.
Godmar> Does anybody know more about this?
The Java front end has not been updated to use ggc.
I imagine we'll do this someday, but I don't know when.
Tom