This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj performance on Solaris 2.6
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: gcj performance on Solaris 2.6
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Jul 2001 19:07:45 -0600
- Cc: Andrew Haley <aph at cambridge dot redhat dot com>, Cedric Berger <cedric at wireless-networks dot com>, Van Nguyen <nguyenv at cisco dot com>, java at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10107261426020.31874-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> I'm not too surprised that gcj can win this benchmark since the
Jeff> main loops contains no method calls. On many benchmarks I've
Jeff> tried, gcj is slightly handicapped by dynamic linking alone.
We've talked about building the other libraries as convenience
libraries and then incorporating them into libgcj. I think we should
do it, at least if it makes a difference. Could you submit a
feature-request PR for this?
Tom