The optimizations done on MSIL code are a large subset of those done on unmanaged code.
对 MSIL 代码的优化是对非托管代码进行优化的一个大子集。
The JIT reads in the MSIL and begins to perform optimizations that are very sensitive to changes in the MSIL.
JIT读取MSIL并开始执行优化,这些优化对MSIL中的变化很敏感。
One instruction sequence of MSIL might be very amenable to optimization, whereas another (semantically equivalent) sequence stifles optimization.
一个MSIL指令序列也许能够很好地进行优化,但另一个(语义上等同的)序列却可能抑制优化。
应用推荐