break performance is slower than MRI, sometimes slower than interpreted
-----------------------------------------------------------------------

                 Key: JRUBY-2180
                 URL: http://jira.codehaus.org/browse/JRUBY-2180
             Project: JRuby
          Issue Type: Bug
          Components: Compiler
    Affects Versions: JRuby 1.1RC2
            Reporter: Charles Oliver Nutter
            Assignee: Charles Oliver Nutter
             Fix For: JRuby 1.1


{noformat}
Ruby:
control, five short while loops  0.140000   0.000000   0.140000 (  0.145039)
control, five whiles with blocks  0.320000   0.000000   0.320000 (  0.318974)
five whiles that break          0.210000   0.000000   0.210000 (  0.239146)
control, five whiles with blocks  0.430000   0.000000   0.430000 (  0.431001)

JRuby interpreted:
control, five short while loops  0.156000   0.000000   0.156000 (  0.155000)
control, five whiles with blocks  0.331000   0.000000   0.331000 (  0.332000)
five whiles that break          0.457000   0.000000   0.457000 (  0.457000)
control, five whiles with blocks  1.027000   0.000000   1.027000 (  1.027000)

JRuby compiled:
control, five short while loops  0.050000   0.000000   0.050000 (  0.049000)
control, five whiles with blocks  0.269000   0.000000   0.269000 (  0.269000)
five whiles that break          0.047000   0.000000   0.047000 (  0.046000)
control, five whiles with blocks  0.782000   0.000000   0.782000 (  0.782000)
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to