« Return to Thread: [jira] Created: (JRUBY-1810) JIT should attempt to locate a previously-compiled method of the same name and position before creating a new one

[jira] Created: (JRUBY-1810) JIT should attempt to locate a previously-compiled method of the same name and position before creating a new one

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread

JIT should attempt to locate a previously-compiled method of the same name and position before creating a new one
-----------------------------------------------------------------------------------------------------------------

                 Key: JRUBY-1810
                 URL: http://jira.codehaus.org/browse/JRUBY-1810
             Project: JRuby
          Issue Type: Bug
            Reporter: Charles Oliver Nutter
            Assignee: Charles Oliver Nutter
             Fix For: JRuby 1.1


Currently, all methods get jitted into their own classes, even if they have been jitted previously in a given classloader. It would be possible to reduce the number of classes generated if the class could be assocated with the method name and the position (file path + line/char number) so that future definitions or additional runtimes would be able to load the already-created class.

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

 « Return to Thread: [jira] Created: (JRUBY-1810) JIT should attempt to locate a previously-compiled method of the same name and position before creating a new one