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: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: Adam Megacz <gcj at lists dot megacz dot com>, java at gcc dot gnu dot org
- Date: 23 Jan 2002 12:53:04 -0700
- Subject: Re: progress on method-gc / mangling questions
- References: <86lmeruye6.fsf@megacz.com> <3C4CBC0A.2000609@waitaki.otago.ac.nz>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Adam> - My binaries have a lot of sections named __Utf<n> where <n> is
Adam> some number. What are these sections? String constants?
Bryce> I don't know why they would be in different sections.
Are they in separate sections so the linker can merge identical
constants? I thought Per wrote a patch to do this, but honestly I've
forgotten whether it went in.
Tom