- 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.
推薦閱讀
- Oracle從入門到精通(第3版)
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 簡單高效LATEX
- Arduino開發實戰指南:LabVIEW卷
- Python進階編程:編寫更高效、優雅的Python代碼
- HTML5+CSS3網站設計教程
- 琢石成器:Windows環境下32位匯編語言程序設計
- KnockoutJS Starter
- 精通Linux(第2版)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- UML2面向對象分析與設計(第2版)
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Puppet Cookbook(Third Edition)
- Yii框架深度剖析
- Spring MVC:Beginner's Guide(Second Edition)