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]

Re: vtable-gc?


>>>>> "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


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