On Thu, Nov 02, 2000 at 11:29:00AM +0000, KIRKBRIDE Rob wrote:
> Thanks a lot for the info yes it was the JDK optimizer I was interested in, but I
>may give the profiler a go as I've had much success on other projects (not involving
>java)
> I was thinking of gcc in that gcc is known to produce very non-optimal code unless
>optimisation is performed, I wondered what the Java optimiser was like.
Java is, in theory, less dependent on compile-time optimization than
native code. OTOH, I've seen choice of compilers make measurable
differences in performance. For example, one bit of test code I worked
with ran significantly better on several JVMs if built with the javac
from IBM's JDK1.3 than the javac from the Blackdown JDK1.2.2.
Nathan
>
> Much of my application is gui driven but I suspect there are areas when my string
>handling is not optimal. I've not used the profiler, is that 'jvmpi'? I couldn't find
>it in the Blackdown distribution, only a zip file in the documentation.
>
> Rob
>
>
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]