本文介绍了c#中的jit编译器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我选择一个cosole应用程序作为项目类型,使用c#作为语言.当我构建程序时,它将在bin/debug文件夹中创建.exe文件.
现在我的问题是:
jit现在使用此.exe来生成本机代码吗?
I choose an cosoleapplication as project type with c# as language .When i built the program it creates the.exe file in bin/debug folder.
Now my question is that:
Is this .exe now used by jit to produce native code?
推荐答案
这篇关于c#中的jit编译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!