Determines whether the just - in - time compiler preserves debugging information for methods within this module 确定jit编译器是否为此模块中的方法保留调试信息。
Jit compilers are allowed to take some liberties with synchronized blocks to reduce their performance cost Jit编译器可以随意变动同步锁,以减少它们的性能成本。
Displays the peak number of methods the jit compiler has failed to compile since the application started 显示自应用程序启动后jit编译器未能编译的方法的峰值数目。
The jit - compiler default behavior is to generate the highest performance , hardest to debug machine code Jit编译器的默认行为是生成性能最高、最不易于调试的机器码。
In addition , not loading the jit compiler saves a fixed amount of memory for each application instance 此外,不加载jit编译器会为每个应用程序实例节省固定量的内存。
In order for the jit compiler to determine the correct processor type , system configuration information is examined with the 为了让jit编译器可以确定正确的处理器类型,需要使用
When the jit compiler encounters a custom modifier , it handles the value in the way that the modifier specifies 当jit编译器遇到自定义修饰符时,它会按照修饰符指定的方式处理值。
This failure can occur if the msil cannot be verified or if there is an internal error in the jit compiler 如果不能验证msil或者如果在jit编译器中存在内部错误,则可能出现该失败。
If your jit compiler converts tail - recursive calls to iteration , this program will continue to run indefinitely 如果您的jit编译器把尾递归调用转换成迭代,这个程序将无限期地运行下去。
Instead , the transformation from tail - recursive function to simple loop must be done dynamically by a jit compiler 相反地,这种从尾递归函数到简单循环的转换必须由jit编译器动态地进行。