LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries
Min-Yih Hsu
- 出版商: Packt Publishing
- 出版日期: 2021-04-23
- 售價: $1,540
- 貴賓價: 9.5 折 $1,463
- 語言: 英文
- 頁數: 370
- ISBN: 1838824952
- ISBN-13: 9781838824952
-
相關分類:
Compiler 編譯器
立即出貨 (庫存=1)
買這商品的人也買了...
-
$480$379 -
$580$458 -
$580$458 -
$580$458 -
$580$458 -
$1,380$1,311 -
$520$411 -
$594$564 -
$520$411 -
$280Modbus 軟件開發實戰指南
-
$294$279 -
$474$450 -
$390$371 -
$450$356 -
$403shell 腳本實戰, 2/e (Wicked Cool Shell Scripts: 101 Scripts for Linux, OS X, and Unix Systems, 2/e)
-
$720$562 -
$1,880$1,786 -
$550$523 -
$1,520$1,444 -
$654$621 -
$800$760 -
$653Go Web 編程實戰派 — 從入門到精通
-
$1,520$1,444 -
$980$774 -
$1,980$1,881
商品描述
About this book
Every programmer or engineer, at some point in their career, works with compilers to optimize their applications. Compilers convert a high-level programming language into low-level machine-executable code. LLVM provides the infrastructure, reusable libraries, and tools needed for developers to build their own compilers. With LLVM’s extensive set of tooling, you can effectively generate code for different backends as well as optimize them.
In this book, you’ll explore the LLVM compiler infrastructure and understand how to use it to solve different problems. You’ll start by looking at the structure and design philosophy of important components of LLVM and gradually move on to using Clang libraries to build tools that help you analyze high-level source code. As you advance, the book will show you how to process LLVM IR – a powerful way to transform and optimize the source program for various purposes. Equipped with this knowledge, you’ll be able to leverage LLVM and Clang to create a wide range of useful programming language tools, including compilers, interpreters, IDEs, and source code analyzers.
By the end of this LLVM book, you’ll have developed the skills to create powerful tools using the LLVM framework to overcome different real-world challenges.