This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: progress on method-gc / mangling questions
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 23 Jan 2002 12:52:12 -0700
- Subject: Re: progress on method-gc / mangling questions
- References: <86lmeruye6.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> Why am I asking about this? I've written a new tool called
Adam> "method-gc" to create small statically linked gcj binaries.
Adam> [ ... ]
This tool sounds pretty interesting.
Any interest in putting it up on a web page somewhere?
Adam> I had to special-case a few internal libgcj methods which are
Adam> only reachable from libgcj nat***.cc CNI calls; I guess I'll
Adam> have to keep this list up to date with each libgcj release.
Seems like you could use `nm' on the nat*.o files to see what they
refer to.
Tom