Cantitate/Preț
Produs

Guide to ILDJIT: SpringerBriefs in Computer Science

Autor Simone Campanoni
en Limba Engleză Paperback – 15 sep 2011
This book is a guide to getting started with ILDJIT, a compilation framework designed to be both easily extensible and easily configurable. Within this framework, it is possible to build a tool-chain by customizing ILDJIT for specific purposes. Customizations can be used within both static and dynamic compilers already included in the framework without adaptations. Moreover, customizations allow modification of both the behaviors and the characteristics of these compilers to better satisfy the particular need. Currently, ILDJIT is able to translate bytecode programs to generate machine code for both Intel x86 and ARM processors. By relying on ILDJIT technology, more input languages or platforms can be supported. After an introduction to ILDJIT, this guide goes into detail on how to exploit it by extending the framework to match specific requirements. Finally, there is an introduction and discussion of the design choices followed during the authors’ years of development efforts towards ILDJIT.
Citește tot Restrânge

Din seria SpringerBriefs in Computer Science

Preț: 31117 lei

Preț vechi: 38896 lei
-20% Nou

Puncte Express: 467

Preț estimativ în valută:
5955 6283$ 4963£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781447121930
ISBN-10: 1447121937
Pagini: 113
Ilustrații: XIII, 97 p. 30 illus.
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.17 kg
Ediția:2011
Editura: SPRINGER LONDON
Colecția Springer
Seria SpringerBriefs in Computer Science

Locul publicării:London, United Kingdom

Public țintă

Research

Cuprins

Introduction.- Generating, Compiling and Executing Bytecode Programs.- Platform-Independent Extensions of the Framework.- Compiling with Optimization.- Intermediate Representation (IR).- Analyzing and Transforming Programs.- Internal Structure.- Getting Help.

Textul de pe ultima copertă

This book is a guide to getting started with ILDJIT, a compilation framework designed to be both easily extensible and easily configurable.
Within this framework, it is possible to build a tool-chain by customizing ILDJIT for specific purposes. Customizations can be used within both static and dynamic compilers already included in the framework without adaptations. Moreover, customizations allow modification of both the behaviors and the characteristics of these compilers to better satisfy the particular need. Currently, ILDJIT is able to translate bytecode programs to generate machine code for both Intel x86 and ARM processors. By relying on ILDJIT technology, more input languages or platforms can be supported.
After an introduction to ILDJIT, this guide goes into detail on how to exploit it by extending the framework to match specific requirements. Finally, there is an introduction and discussion of the design choices followed during the authors’ years of development efforts towards ILDJIT.

Caracteristici

Presents a guide to getting started with the ILDJIT compilation framework Includes supplementary material: sn.pub/extras