Librería: California Books, Miami, FL, Estados Unidos de America
EUR 53,87
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: Ria Christie Collections, Uxbridge, Reino Unido
EUR 56,27
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. In.
Publicado por Packt Publishing 5/28/2021, 2021
ISBN 10: 1839213507 ISBN 13: 9781839213502
Idioma: Inglés
Librería: BargainBookStores, Grand Rapids, MI, Estados Unidos de America
EUR 52,63
Convertir monedaCantidad disponible: 5 disponibles
Añadir al carritoPaperback or Softback. Condición: New. Learn LLVM 12: A beginner's guide to learning LLVM compiler tools and core libraries with C++ 1.48. Book.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 47,37
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Publicado por Packt Publishing 2021-05, 2021
ISBN 10: 1839213507 ISBN 13: 9781839213502
Idioma: Inglés
Librería: Chiron Media, Wallingford, Reino Unido
EUR 52,78
Convertir monedaCantidad disponible: 10 disponibles
Añadir al carritoPF. Condición: New.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 54,26
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Librería: Toscana Books, AUSTIN, TX, Estados Unidos de America
EUR 45,99
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: new. Excellent Condition.Excels in customer satisfaction, prompt replies, and quality checks.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 55,71
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPricesUK, Woodford Green, Reino Unido
EUR 61,22
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
EUR 63,48
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. Learn LLVM 12 will show you how to build your own compiler, covering everything from reading the source to emitting optimized machine code. The book also shows you how to take advantage of the Just-in-Time (JIT) compilation framework, extend LLVM in a varie.
Librería: HPB-Red, Dallas, TX, Estados Unidos de America
EUR 14,83
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Librería: Lucky's Textbooks, Dallas, TX, Estados Unidos de America
EUR 47,41
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Publicado por Packt Publishing Limited, 2021
ISBN 10: 1839213507 ISBN 13: 9781839213502
Idioma: Inglés
Librería: PBShop.store UK, Fairford, GLOS, Reino Unido
EUR 57,00
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoPAP. Condición: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Publicado por Packt Publishing Limited, 2021
ISBN 10: 1839213507 ISBN 13: 9781839213502
Idioma: Inglés
Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America
EUR 61,96
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoPAP. Condición: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Publicado por Packt Publishing Limited, 2021
ISBN 10: 1839213507 ISBN 13: 9781839213502
Idioma: Inglés
Librería: THE SAINT BOOKSTORE, Southport, Reino Unido
EUR 62,58
Convertir monedaCantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback / softback. Condición: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 100.
Publicado por Packt Publishing, Limited, 2021
ISBN 10: 1839213507 ISBN 13: 9781839213502
Idioma: Inglés
Librería: Majestic Books, Hounslow, Reino Unido
EUR 63,95
Convertir monedaCantidad disponible: 4 disponibles
Añadir al carritoCondición: New. Print on Demand pp. 392.
Librería: AHA-BUCH GmbH, Einbeck, Alemania
EUR 76,91
Convertir monedaCantidad disponible: 1 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Learn how to build and use all parts of real-world compilers, including the frontend, optimization pipeline, and a new backend by leveraging the power of LLVM core librariesKey FeaturesGet to grips with effectively using LLVM libraries step-by-stepUnderstand LLVM compiler high-level design and apply the same principles to your own compilerUse compiler-based tools to improve the quality of code in C++ projectsBook DescriptionLLVM was built to bridge the gap between compiler textbooks and actual compiler development. It provides a modular codebase and advanced tools which help developers to build compilers easily. This book provides a practical introduction to LLVM, gradually helping you navigate through complex scenarios with ease when it comes to building and working with compilers.You'll start by configuring, building, and installing LLVM libraries, tools, and external projects. Next, the book will introduce you to LLVM design and how it works in practice during each LLVM compiler stage: frontend, optimizer, and backend. Using a subset of a real programming language as an example, you will then learn how to develop a frontend and generate LLVM IR, hand it over to the optimization pipeline, and generate machine code from it. Later chapters will show you how to extend LLVM with a new pass and how instruction selection in LLVM works. You'll also focus on Just-in-Time compilation issues and the current state of JIT-compilation support that LLVM provides, before finally going on to understand how to develop a new backend for LLVM.By the end of this LLVM book, you will have gained real-world experience in working with the LLVM compiler development framework with the help of hands-on examples and source code snippets.What you will learnConfigure, compile, and install the LLVM frameworkUnderstand how the LLVM source is organizedDiscover what you need to do to use LLVM in your own projectsExplore how a compiler is structured, and implement a tiny compilerGenerate LLVM IR for common source language constructsSet up an optimization pipeline and tailor it for your own needsExtend LLVM with transformation passes and clang toolingAdd new machine instructions and a complete backendWho this book is forThis book is for compiler developers, enthusiasts, and engineers who are new to LLVM and are interested in learning about the LLVM framework. It is also useful for C++ software engineers looking to use compiler-based tools for code analysis and improvement, as well as casual users of LLVM libraries who want to gain more knowledge of LLVM essentials. Intermediate-level experience with C++ programming is mandatory to understand the concepts covered in this book more effectively.Table of ContentsInstalling LLVMTouring the LLVM sourceThe Structure of a CompilerTurning the Source File into an Abstract Syntax TreeBasics of IR GenerationIR Generation for High-Level Language ConstructsAdvanced IR GenerationOptimizing IRInstruction SelectionJIT CompilationDebugging Using LLVM ToolsCreating Your Own Backend.