Generated populators could be shrunk more, split into multiple methods
----------------------------------------------------------------------
Key: JRUBY-2785
URL: http://jira.codehaus.org/browse/JRUBY-2785
Project: JRuby
Issue Type: Bug
Components: Performance
Reporter: Charles Oliver Nutter
Assignee: Charles Oliver Nutter
Fix For: JRuby 1.1.3
At build time we generate a static piece of code for each class/module in the
system. This code statically binds to the geneated invoker names, allowing us
to set up those classes/modules without doing a lot of classloading for each
individual inoker. However these "populators" are rather long and repetitive.
They should be shrunk down more by splitting into multiple methods and by
pulling up common behavior into the populator superclass. This will reduce the
amount of code loaded for each as well as speed up execution time during
startup.
--
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