SSA-based Compiler Design
Editat de Fabrice Rastelloen Limba Engleză Hardback – 3 ian 2016
Preț: 545.35 lei
Preț vechi: 681.68 lei
-20% Nou
Puncte Express: 818
Preț estimativ în valută:
104.38€ • 108.55$ • 87.34£
104.38€ • 108.55$ • 87.34£
Carte indisponibilă temporar
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
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
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ă
ResearchCuprins
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
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.