This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Locale optimization
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 31 Oct 2002 12:17:43 -0700
- Subject: Re: Patch: Locale optimization
- References: <1036024743.1582.5.camel@dhcppc2>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> Locales are used for hashtable keys here and there. Interning some of
Anthony> the string fields should make a nice difference on Locale.equals().
Anthony> I've also submitted this to GNU Classpath. Ok?
Yes, thanks.
Tom