Re self modifying - Are we sure that we cant call the compiler and compile this to a new "assembly" and run that ? In most of these cases start-up time is not an issue ( since reflection is slow anyway) . I really don't like self modifying code... there are so many issues.
One thing i noticed is business apps do a huge amount of copying "Entities" using mappers /ORMs this is not needed for system programming but is the dominant use of reflection in .NET. Ben
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
