This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: lobotomizing libgcj
- To: Tony Kimball <alk at pobox dot com>
- Subject: Re: lobotomizing libgcj
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 11 May 2001 20:12:57 -0400 (EDT)
- cc: java at gcc dot gnu dot org
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