David Pollak wrote:
> On my Core 2 Quad running JDK 1.6 (32 bit), the code takes 2 ms to run.
> 
> On my Mac Book Pro (Core Duo, JDK 1.5) it takes 6,600 ms.
> 
> The run time on the Mac seems more "reasonable".  What's going on?

If the core 2 is a server-class machine it will run the server VM by 
default, which may be able to optimize much of the code away. Do you get 
the same results forcing server or client VMs on both machines?

- Charlie

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to jvm-languages@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to