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

                 Key: JRUBY-2559
                 URL: http://jira.codehaus.org/browse/JRUBY-2559
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.1, JRuby 1.1.2
            Reporter: Charles Oliver Nutter
            Assignee: Charles Oliver Nutter
             Fix For: JRuby 1.1+


This is largely an eval problem, but instance_eval even with a block is still 
not as much faster than MRI as it should be. See 
test/bench/bench_instance_eval.rb for examples. The string instance_eval is by 
far the worst, largely because string evals are the worst.

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