Bignum creation is slower than MRI and interpreted
--------------------------------------------------

                 Key: JRUBY-2179
                 URL: http://jira.codehaus.org/browse/JRUBY-2179
             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


Yick.

{noformat}
Ruby:
control: 1m block with self     0.150000   0.000000   0.150000 (  0.157748)
1m bignums                      0.160000   0.000000   0.160000 (  0.157364)
JRuby interpreted:
control: 1m block with self     0.193000   0.000000   0.193000 (  0.194000)
1m bignums                      0.195000   0.000000   0.195000 (  0.195000)
JRuby compiled:
control: 1m block with self     0.126000   0.000000   0.126000 (  0.126000)
1m bignums                      0.995000   0.000000   0.995000 (  0.994000)
{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