dreamhead wrote:
Hi!

JRuby has a wonderful idea about method which is to generate method
class. We all know that it takes some time to do that, so it's good
idea to save the result.

In JRuby, DumpingInvocationCallbackFactory is used for this purpose.
But the code with which save the result is commented. I think it could
slow down the start-up speed. Is it right?

BTW, I've ported this idea into XRuby. Thank you!
http://groups.google.com/group/xruby-devel/browse_thread/thread/8fd58ca8b4450e9e

I disabled it because it was causing problems in the generated code after the new STI changes, possibly because of the index ordering issue we discussed. If you can turn it back on and get it all passing, it would be nice to have again. I believe it helped a little bit...but not a massive amount.

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to