This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: improve core:/ resource searches
- 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: 01 Jun 2005 10:31:17 -0600
- Subject: Re: Patch: improve core:/ resource searches
- References: <1117641439.5064.6.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> This patch sets out to avoid these exceptions and still
Anthony> provide the same functionality.
Anthony> Ok for HEAD?
Ok.
Did this result in a noticeable speedup in your test case? Just
curious ... it doesn't affect the patch since IMO it is an improvement
regardless.
I guess we can add a smarter data structure in _Jv_FindCore if this is
still a problem area.
Tom