- 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.
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- 案例式C語言程序設(shè)計
- Building a Game with Unity and Blender
- OpenCV實例精解
- PostgreSQL for Data Architects
- Essential Angular
- Mastering Rust
- Android開發(fā):從0到1 (清華開發(fā)者書庫)
- Unity 2D Game Development Cookbook
- Visual Basic程序設(shè)計教程
- Python全棧數(shù)據(jù)工程師養(yǎng)成攻略(視頻講解版)
- The Professional ScrumMaster’s Handbook
- 深入淺出Go語言編程
- Maker基地嘉年華:玩轉(zhuǎn)樂動魔盒學(xué)Scratch
- Appcelerator Titanium:Patterns and Best Practices