LLVM Essentials (eBook, ePUB)

LLVM Essentials (eBook, ePUB)

Become familiar with the LLVM infrastructure and start using LLVM libraries to design a compiler

Sofort per Download lieferbar
15,95 €
inkl. MwSt.
PAYBACK Punkte
8 °P sammeln!
LLVM is currently the point of interest for many firms, and has a very active open source community. It provides us with a compiler infrastructure that can be used to write a compiler for a language. It provides us with a set of reusable libraries that can be used to optimize code, and a target-independent code generator to generate code for different backends. It also provides us with a lot of other utility tools that can be easily integrated into compiler projects.This book details how you can use the LLVM compiler infrastructure libraries effectively, and will enable you to design your own ...