This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: vtable-gc?
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 02 Oct 2002 14:27:38 -0600
- Subject: Re: vtable-gc?
- References: <86vg4k60wx.fsf@nowhere.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> Does gcj emit vtable-gc hints when -fvtable-gc is used?
Unfortunately, no. Nobody has ever implemented this in gcj :-(.
As I recall, it is harder than it looks because we also store pointers
to the methods in the method table in the Class.
Tom