This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

what's at the top of your wishlist for libgcj?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]