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]

Re: lobotomizing libgcj




On Fri, 11 May 2001, Tony Kimball wrote:
> How about emitting a .o per method, as well as one for the class?

What's the benefit vs. one section per method, as Tom suggested?

In any case, you need to prevent the vtable from linking all the instance 
methods in.  The c++ frontend has a mechanism called vtable-gc, if that
still works.

Jeff




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