This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
what's at the top of your wishlist for libgcj?
- From: Andrew Haley <aph at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 12 Oct 2002 10:49:32 +0100 (BST)
- Subject: what's at the top of your wishlist for libgcj?
- References: <86adlk864o.fsf@nowhere.com>
Adam Megacz writes:
>
> Let me get right to the point: I would find vtable-gc for gcj very,
> very useful. It seems that for somebody familiar with gcc trees, this
> shouldn't be too hard to implement -- from my poor understanding of
> the code, it should come down to putting a build(VTABLE_REF,,,)
> somewhere in build_invokevirtual() and build_invokeinterface(), with
> appropriate tree-type-conversion voodoo.
How would you do it? Every method is reachable by reflection.
Andrew.