This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: improve core:/ resource searches
On Wed, 2005-06-01 at 10:31 -0600, Tom Tromey wrote:
> Did this result in a noticeable speedup in your test case?
I started Eclipse with and without the patch 3 times each. The fastest
patched start-up was about 1/3rd faster than the fastest unpatched
start-up. I find it hard to believe this, but that's what I found.
Note that I didn't make any special attempt to quiet my system before
doing this.
> I guess we can add a smarter data structure in _Jv_FindCore if this is
> still a problem area.
I'll file a bug for this, since I don't think I'll get to it soon.
This other improvement was more important since it eliminates garbage
creation.
AG