- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 66字
- 2021-07-02 12:44:33
Just-in-time compiler
.NET languages are compiled twice. During the first form of compilation, the high-level language is converted into a Microsoft Intermediate Language (MSIL), which can be understood by the CLR, while the MSIL is again compiled during runtime when the program is executed. The JIT works inside the program runtime and periodically compiles the code that is expected to be required during execution.
推薦閱讀
- OpenDaylight Cookbook
- 數字媒體應用教程
- Python自動化運維快速入門
- Java編程指南:基礎知識、類庫應用及案例設計
- Java Web程序設計
- Visual C
- Java軟件開發基礎
- SQL基礎教程(視頻教學版)
- Hands-On Enterprise Automation with Python.
- Python完全自學教程
- 西門子S7-200 SMART PLC編程從入門到實踐
- Statistical Application Development with R and Python(Second Edition)
- Java SE實踐教程
- 大學計算機基礎實驗指導
- Flink技術內幕:架構設計與實現原理