instance_eval is slower than MRI
--------------------------------

                 Key: JRUBY-2387
                 URL: http://jira.codehaus.org/browse/JRUBY-2387
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1
            Reporter: Charles Oliver Nutter
             Fix For: JRuby 1.1+


JRuby:
{noformat}
                    user     system      total        real
Control         2.268000   0.000000   2.268000 (  2.268000)
instance_eval  10.103000   0.000000  10.103000 ( 10.103000)
{noformat}

Ruby:
{noformat}
                    user     system      total        real
Control         2.670000   0.020000   2.690000 (  2.738200)
instance_eval   8.530000   0.070000   8.600000 (  8.705188)
{noformat}

Benchmark is in test/bench/bench_instance_eval.rb.

-- 
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