Yecht does not generate invokers -------------------------------- Key: JRUBY-5566 URL: http://jira.codehaus.org/browse/JRUBY-5566 Project: JRuby Issue Type: Bug Components: Extensions Affects Versions: JRuby 1.6RC3 Reporter: Charles Oliver Nutter Fix For: JRuby 1.6
Yecht is not pre-generating invokers like the rest of JRuby core. This causes it to generate and load them at runtime, which is considerably slower. In addition, they completely *fail* to load when running on platforms that don't allow loading bytecode at runtime. I'm fixing the latter issue now; it will fall back on the ReflectedMethodFactory when bytecode can't be loaded. But ideally Yecht should generate invokers, so it has full-speed startup and runtime perf for all bound methods. -- 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