On Feb 11, 2008 1:15 PM, Johan Holmberg <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I wrote a little ruby script to measure Ruby/JRuby performance in
> different interpreters/platforms: a script to compute the N:th prime.
> I guessed that it should  run almost equally fast on Windows and
> Linux.
[...]
> -------------- Windows ---------------
> c:\> java -version
> java version "1.6.0_04"
> Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
> Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
> -------------- Linux ---------------
> % java -version
> java version "1.6.0_03"
> Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
> Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)
> --------------------------------
>

Just after sending my previous mail I discovered that adding the
-server option to "java" on Windows eliminates the difference. I'm
still a rather "naive" Java user :)

/Johan Holmberg

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to