Cantitate/Preț
Produs

SSA-based Compiler Design

Editat de Fabrice Rastello
en Limba Engleză Hardback – 3 ian 2016
The manner in which programs are represented in compilers has a large influence on the efficiency and effectiveness of the compiler. The Static Single Assignment (SSA) form is widely used in modern compilers, even at the code generation level, as it allows for simple yet efficient optimizations and analyses. This book offers the first comprehensive reference on SSA-based compilers. Special emphasis is put on the comparison of SSA-based techniques to their non-SSA counterparts.
Citește tot Restrânge

Preț: 54535 lei

Preț vechi: 68168 lei
-20% Nou

Puncte Express: 818

Preț estimativ în valută:
10438 10855$ 8734£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781441962010
ISBN-10: 1441962018
Pagini: 290
Dimensiuni: 210 x 235 x 0 mm
Ediția:1st ed. 2015
Editura: Springer Verlag GmbH
Locul publicării:New York, NY, United States

Public țintă

Research

Cuprins

Properties and Flavors.- Classical construction/update/destruction algorithms.- Alternative SSA construction/destruction algorithms.- Repair SSA after optimization.- Semantics.- Array SSA.- Hashed SSA form: HSSA.-Extended SSA Numbering.- Memory SSA in GCC.- Concurrent SSA.- Static Single Information Form.- SSRO.- Psi-SSA Form.- Gated SSA.- Predicated SSA.- Value State Dependence Graph.- Propagating information using SSA.- Deadcode elimination in SSA.- Liveliness.- Additional Gain from PSI SSA.- Alias Analysis.- Bitwidth analysis value range analysis.- Loop tree.- PRE.- Typestate analysis.-Machine dependent optimizations and codegen.- Register allocation.- The interaction of instruction scheduling and SSA form.- Code selection.- Automatic Parallelization and Sequencialization.- If conversion.- Hardware compilation.- JITS.

Caracteristici

Provides overview of basics about SSA, including definitions and different varieties of SSA, as well as properties related to dominance and sparseness
Includes coverage of extensions that are necessary when handling memory optimizations, such as aliasing, predication, and concurrency
Presents classical compiler analysis/optimizations using the SSA form, demonstrating advantages and disadvantages of using SSA to optimize a compiler
Includes redundant expressions analysis and elimination, dead-code elimination, type-state analysis, alias analysis, and bit-width analysis
Covers constrained optimizations in order to clarify the impact of using SSA for code generation optimizations, hardware compilation, just in time compilation, or automatic parallelization

Descriere

The Static Single Assignment (SSA) form is widely used in modern compilers. This book offers the first comprehensive reference on SSA-based compilers. Special emphasis is put on the comparison of SSA-based techniques to their non-SSA counterparts.