handling method_missing is slower than in MRI
---------------------------------------------

                 Key: JRUBY-2183
                 URL: http://jira.codehaus.org/browse/JRUBY-2183
             Project: JRuby
          Issue Type: Bug
            Reporter: Marcin Mielzynski
            Assignee: Thomas E Enebo


def method_missing name,*args,&blk
    a = 1
end

while i<1000000
    foo
    i+=1
end

jruby:
2.441
1.666
1.67
1.655

MRI:
1.397794
1.401765
1.420977
1.402814


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