次の方法で共有


CLR Changes in 3.5 SP1

If you haven't come across this post yet about inlining changes in 3.5 SP1 it's a good read.  The short version is, value types will have better performance.

https://blogs.msdn.com/clrcodegeneration/archive/2007/11/02/how-are-value-types-implemented-in-the-32-bit-clr-what-has-been-done-to-improve-their-performance.aspx

Comments

  • Anonymous
    August 22, 2008
    PingBack from http://hoursfunnywallpaper.cn/?p=2621

  • Anonymous
    August 22, 2008
    Maybe I'm misunderstanding the premise behind this, but I thought the 2.0 CLR was still being used for the 3.5 framework, and that it wasn't changing as part of this version of the framework.  Am I missing something?

  • Anonymous
    August 23, 2008
    @jtenos You are correct.  But included with 3.5SP1 is CLR 2.0SP2.  

  • Anonymous
    August 23, 2008
    Thanks for the info - I didn't even realize there was a CLR 2.0SP1.  Nothing I've read even mentions new versions of the CLR.