小编use*_*058的帖子

Asp.net 5编译过程使用dnvm

任何人都可以向我解释Asp.net5应用程序的编译和执行是如何工作的.

我是.net环境的新手

使用VS 2015(按F5)构建应用程序时的几个问题,我所知道的步骤

  • 代码转换为CIL.(它的名字是什么?是Rosyln编译器)
  • 此CIL代码被解释为机器代码

现在当我使用dnvm运行应用程序时会发生什么,

  1. how is it compiled ?
  2. What does CoreClr do?
  3. how is CoreClr different from Clr
  4. What happens when we do dnu restore
  5. what happens when we do dnx . exe
  6. At what stage is the CIL generated , where is the CIL stored 
  7. At what stage the JIT is used?
Run Code Online (Sandbox Code Playgroud)

谢谢

jit coreclr asp.net-core

0
推荐指数
1
解决办法
151
查看次数

标签 统计

asp.net-core ×1

coreclr ×1

jit ×1