I didn't get the title of the book, anyone can point my in the right direction?
rhm wrote:If the CLR team wants ideas for improvements how about making code unloadable/gc-able so that programs that generate code on the fly don't leak memory. Yes, you can use Appdomains now, but there is unacceptible marshalling overhead with that approach in programs that have a high number of calls to generated code.
TM wrote:See Lightweight Code Generation in .NET 2.0 (DynamicMethod class particularly). I think that is want you suggest.