This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.util.Date.toString() really slow?
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 03 Jun 2002 09:26:38 -0600
- Subject: Re: java.util.Date.toString() really slow?
- References: <863cw5ey54.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> The following code takes 1:35 using 3.1-branch and 0:02 with
Adam> HotSpot. Any ideas why?
I doubt anybody has ever looked at the performance of this method.
I think I've worked on it before for correctness, but I know I've
never looked at making it faster.
Tom