Object#send is not specific-arity --------------------------------- Key: JRUBY-2910 URL: http://jira.codehaus.org/browse/JRUBY-2910 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Reporter: Charles Oliver Nutter Fix For: JRuby 1.1.4
Object#send is used extensively in apps/libraries like Rails, and yet we currently only support the boxed arg version of it because it must handle any number of arguments. We should modify the invoker generation to support both specific arity and N-arity in the same invoker, so we can have zero, one, two, three, and N-arg versions of send to optimize the simple cases better. -- 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