Managed CodeGen

This blog is to introduce some new features about Managed CodeGen in Whidbey. We provided a new way of doing LightWeight CodeGen, added support for emitting Generics in Reflection.Emit and there is some new exciting token handle stories in Reflection goin

May, 2005

Posts
  • Managed CodeGen

    Debugging LCG

    • 9 Comments
    Maybe it is a little to early to jump into this talk but I think for a user starting to use LCG, he will hit this problem in the first place. When you are emitting a dynamic method and doesn't have a way to persist it, you can imagine that it could be...
  • Managed CodeGen

    Start on LCG

    • 1 Comments
    I think I will start severl topics around LCG in the furture. Our PM Joel has an excellent post about various method invocations and the paragraph about LCG is a sweet start point on Lightweight Code Gen. http://blogs.msdn.com/joelpob/archive/2004...
  • Managed CodeGen

    Known Reflection.Emit Restrictions

    • 3 Comments
    Shreeman suggested us to publish a list of Reflection.Emit known restrictions (that is not going to be made into Whidbey). I happen to have such a list on my machine for my own reference. So I just post them out here: Cannot Emit nested enum type...
  • Managed CodeGen

    TypeName Grammar

    • 16 Comments
    I was about to post another blog regarding to tokens and handles and generics, but our Reflection tester Haibo suggested me to talk a little about the TypeName Grammar that we added in Whidbey because a lot of external bugs are being reported on this...
Page 1 of 1 (4 items)