The CLR JIT can only track a fixed number of variables for register allocation; once it has to track more than this, it begins to spill the contents of registers into memory.
CLR JIT只能跟踪固定数目的寄存器分配变量;一旦需要跟踪的数目超出这个数目,它就开始将寄存器的内容移到内存中。
The CLR debugging API enables inspection of stack frames and local variables with JIT-compiled code that has been optimized.
clr调试api使用经过优化的JIT编译代码来启用堆栈帧和局部变量检查。
The CLR debugging API enables inspection of stack frames and local variables with JIT-compiled code that has been optimized.
clr调试api使用经过优化的JIT编译代码来启用堆栈帧和局部变量检查。
应用推荐