- LLVM Essentials
- Suyog Sarda Mayur Pandey
- 109字
- 2021-07-30 09:55:53
Summary
In this chapter, we looked into the modular design of LLVM: How it is used in the opt tool of LLVM, and how it is applicable across LLVM core libraries. Then we took a look into LLVM intermediate representation, and how various entities (variables, functions etc.) of a language are mapped to LLVM IR. In the last section, we discussed about some of the important LLVM tools, and how they can be used to transform the LLVM IR from one form to another.
In the next chapter, we will see how we can write a frontend for a language that can output LLVM IR using the LLVM machinery.
推薦閱讀
- Visual C++程序設計學習筆記
- 實用防銹油配方與制備200例
- Git高手之路
- 深入理解Java7:核心技術與最佳實踐
- 機械工程師Python編程:入門、實戰與進階
- Java持續交付
- 軟件項目管理實用教程
- The Complete Coding Interview Guide in Java
- Windows Phone 7.5:Building Location-aware Applications
- 微服務架構深度解析:原理、實踐與進階
- SQL 經典實例
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- iOS開發項目化入門教程
- Scratch從入門到精通
- Mastering Machine Learning with R