2007/10/25, Dino Viehland <[EMAIL PROTECTED]>:
> While reflection was there one thing that was missing is good dynamic code
> generation support.  We got that in v2.0 in the form of DynamicMethods.
> That lets us spin up little snippets of code that are fully collectible by
> the GC so it really enables a lot of scenarios that were difficult or
> painful before.

To appreciate the importance of LCG(Lightweight Code Generation) in
.NET 2.0, you may want to read this piece by a JRuby developer:

Lessons learned from JRuby compiler work
http://groups.google.com/group/jvm-languages/browse_thread/thread/dbc3a4a382868904

His first agenda is "We need lightweight method objects". His
explanation gives an idea of "that were difficult or painful before".

-- 
Seo Sanghyeon
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to