What are the limitations of Reflection.Emit vs. other assembly generation techniques?

Posted by Jesse McGrew on Stack Overflow See other posts from Stack Overflow or by Jesse McGrew
Published on 2010-05-11T01:18:52Z Indexed on 2010/05/11 1:24 UTC
Read the original article Hit count: 425

I've used Reflection.Emit in the past to write a compiler, but I know the standard compilers don't use it, and in an answer to another question here I saw a mention that there are some things Reflection.Emit is unable to do.

What are the limitations of Reflection.Emit that I should be aware of if I plan on writing another compiler for .NET?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about reflection.emit