This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: More efficient ResourceBundle calls
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 14 Jun 2004 16:35:53 -0600
- Subject: Re: Patch: FYI: More efficient ResourceBundle calls
- References: <40B7D728.9000605@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
Bryce> We will of course in future improve the stack trace code so that the
Bryce> calling-classloader check is more efficient, however it will always be
Bryce> more efficient to pass the ClassLoader explicitly.
I think we should promote this to the level of a coding standard and
put it in the Classpath hacking guide. What do you think?
Tom