This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj slower than JVM on RedHat/s390?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andy Faibishenko <AFAIBIS at transunion dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 2 Apr 2003 13:04:59 -0500 (EST)
- Subject: Re: gcj slower than JVM on RedHat/s390?
On Wed, 2 Apr 2003, Andy Faibishenko wrote:
> The doSomething() method performs a bunch of string comparisons and
> assignments. Nothing tricky.
String operations are suspected to be suboptimal in libgcj. I'm not aware
of any serious attempts to profile and/or improve them, however.
Jeff