Author: Mads Tofte
Publisher: Springer Science & Business Media
ISBN: 364261504X
Category : Computers
Languages : en
Pages : 148
Book Description
The OrIgIn of this monograph is a course entitled "Semantics directed Compiler Generation" which Professor Neil D. Jones gave in 1982 at Copenhagen University, where I was a student at the time. In this course, he described a compiler generator, called CERES, which he was developing. I immediately felt attracted to the unusual combination of mathematical reasoning about com pilers and the small intricate building blocks that made up the running system. As I came to understand the system I discovered that within the existing mathematical framework one could express compiler generation as a special case of compilation; this led to a specification of a compiler generator which was bootstrapped on itself resulting in a machine-generated compiler generator. The purpose of this monograph is to describe the CERES system we produced in 1983-84 and compare it with other systems, includ ing more recent ones. Also, it is as relevant today as it was then to discuss the role of compiler generators as an aid in the design and implementation of programming languages; this I do in Chap. 5. This monograph is a strongly revised version of the cando scient.
Compiler Generators
Author: Mads Tofte
Publisher: Springer Science & Business Media
ISBN: 364261504X
Category : Computers
Languages : en
Pages : 148
Book Description
The OrIgIn of this monograph is a course entitled "Semantics directed Compiler Generation" which Professor Neil D. Jones gave in 1982 at Copenhagen University, where I was a student at the time. In this course, he described a compiler generator, called CERES, which he was developing. I immediately felt attracted to the unusual combination of mathematical reasoning about com pilers and the small intricate building blocks that made up the running system. As I came to understand the system I discovered that within the existing mathematical framework one could express compiler generation as a special case of compilation; this led to a specification of a compiler generator which was bootstrapped on itself resulting in a machine-generated compiler generator. The purpose of this monograph is to describe the CERES system we produced in 1983-84 and compare it with other systems, includ ing more recent ones. Also, it is as relevant today as it was then to discuss the role of compiler generators as an aid in the design and implementation of programming languages; this I do in Chap. 5. This monograph is a strongly revised version of the cando scient.
Publisher: Springer Science & Business Media
ISBN: 364261504X
Category : Computers
Languages : en
Pages : 148
Book Description
The OrIgIn of this monograph is a course entitled "Semantics directed Compiler Generation" which Professor Neil D. Jones gave in 1982 at Copenhagen University, where I was a student at the time. In this course, he described a compiler generator, called CERES, which he was developing. I immediately felt attracted to the unusual combination of mathematical reasoning about com pilers and the small intricate building blocks that made up the running system. As I came to understand the system I discovered that within the existing mathematical framework one could express compiler generation as a special case of compilation; this led to a specification of a compiler generator which was bootstrapped on itself resulting in a machine-generated compiler generator. The purpose of this monograph is to describe the CERES system we produced in 1983-84 and compare it with other systems, includ ing more recent ones. Also, it is as relevant today as it was then to discuss the role of compiler generators as an aid in the design and implementation of programming languages; this I do in Chap. 5. This monograph is a strongly revised version of the cando scient.
A Compiler Generator
Author: William Marshall McKeeman
Publisher: Englewood Cliffs, N.J. : Prentice-Hall
ISBN:
Category : Computers
Languages : en
Pages : 592
Book Description
Language and the computer; The description of translators; The description of languages; Translation: The association of form and meaning; canonical parsing algorithms; The construction of parsing decision tables; The language XPL; Programming in BNF; XCOM: A self-compiling compiler; Skeleton: A proto-compiler; Analyzer: A grammar analysis and table-building program.
Publisher: Englewood Cliffs, N.J. : Prentice-Hall
ISBN:
Category : Computers
Languages : en
Pages : 592
Book Description
Language and the computer; The description of translators; The description of languages; Translation: The association of form and meaning; canonical parsing algorithms; The construction of parsing decision tables; The language XPL; Programming in BNF; XCOM: A self-compiling compiler; Skeleton: A proto-compiler; Analyzer: A grammar analysis and table-building program.
Compilers and Compiler Generators
Author: Pat Terry
Publisher: Coriolis Group
ISBN: 9781850322986
Category : Automatic programming (Computer science)
Languages : en
Pages : 579
Book Description
Publisher: Coriolis Group
ISBN: 9781850322986
Category : Automatic programming (Computer science)
Languages : en
Pages : 579
Book Description
Compiler Compilers
Author: Dieter Hammer
Publisher: Springer Science & Business Media
ISBN: 9783540536697
Category : Computers
Languages : en
Pages : 240
Book Description
Advances and problems in the field of compiler compilers are considered in this volume, which presents the proceedings of the third in a series of biannual workshops on compiler compilers. Selected papers address the topics of requirements, properties, and theoretical aspects of compiler compilers as well as tools and metatools for software engineering. The 23 papers cover a wide spectrum in the field of compiler compilers, ranging from overviews of new compiler compilers for generating quality compilers to special problems of code generation and optimization. Aspects of compilers for parallel systems and knowledge-based development tools are also discussed.
Publisher: Springer Science & Business Media
ISBN: 9783540536697
Category : Computers
Languages : en
Pages : 240
Book Description
Advances and problems in the field of compiler compilers are considered in this volume, which presents the proceedings of the third in a series of biannual workshops on compiler compilers. Selected papers address the topics of requirements, properties, and theoretical aspects of compiler compilers as well as tools and metatools for software engineering. The 23 papers cover a wide spectrum in the field of compiler compilers, ranging from overviews of new compiler compilers for generating quality compilers to special problems of code generation and optimization. Aspects of compilers for parallel systems and knowledge-based development tools are also discussed.
Advances in Databases and Information Systems
Author: Yannis Manolopoulos
Publisher: Springer Science & Business Media
ISBN: 3540378995
Category : Business & Economics
Languages : en
Pages : 460
Book Description
This book constitutes the refereed proceedings of the 10th East European Conference on Advances in Databases and Information Systems, ADBIS 2006. The book presents 29 high-quality papers selected in a rigorous reviewing process. The papers address a wide range of hot research issues and are organized in topical sections on: XML databases and semantic web, web information systems and middleware, query processing and indexing, modelling and design issues, and more.
Publisher: Springer Science & Business Media
ISBN: 3540378995
Category : Business & Economics
Languages : en
Pages : 460
Book Description
This book constitutes the refereed proceedings of the 10th East European Conference on Advances in Databases and Information Systems, ADBIS 2006. The book presents 29 high-quality papers selected in a rigorous reviewing process. The papers address a wide range of hot research issues and are organized in topical sections on: XML databases and semantic web, web information systems and middleware, query processing and indexing, modelling and design issues, and more.
Construction and Evolution of Code Generators
Author: Sven Jörges
Publisher: Springer
ISBN: 3642361277
Category : Computers
Languages : en
Pages : 255
Book Description
Automatic code generation is an essential cornerstone of model-driven approaches to software development. Currently, lots of techniques are available that support the specification and implementation of code generators, such as engines based on templates or rule-based transformations. All those techniques have in common that code generators are either directly programmed or described by means of textual specifications. This monograph presents Genesys, a general approach, which advocates the graphical development of code generators for arbitrary source and target languages, on the basis of models and services. In particular, it is designed to support incremental language development on arbitrary metalevels. The use of models allows building code generators in a truly platform-independent and domain-specific way. Furthermore, models are amenable to formal verification methods such as model checking, which increase the reliability and robustness of the code generators. Services enable the reuse and integration of existing code generation frameworks and tools regardless of their complexity, and at the same time manifest as easy-to-use building blocks which facilitate agile development through quick interchangeability. Both, models and services, are reusable and thus form a growing repository for the fast creation and evolution of code generators.
Publisher: Springer
ISBN: 3642361277
Category : Computers
Languages : en
Pages : 255
Book Description
Automatic code generation is an essential cornerstone of model-driven approaches to software development. Currently, lots of techniques are available that support the specification and implementation of code generators, such as engines based on templates or rule-based transformations. All those techniques have in common that code generators are either directly programmed or described by means of textual specifications. This monograph presents Genesys, a general approach, which advocates the graphical development of code generators for arbitrary source and target languages, on the basis of models and services. In particular, it is designed to support incremental language development on arbitrary metalevels. The use of models allows building code generators in a truly platform-independent and domain-specific way. Furthermore, models are amenable to formal verification methods such as model checking, which increase the reliability and robustness of the code generators. Services enable the reuse and integration of existing code generation frameworks and tools regardless of their complexity, and at the same time manifest as easy-to-use building blocks which facilitate agile development through quick interchangeability. Both, models and services, are reusable and thus form a growing repository for the fast creation and evolution of code generators.
Perspectives of Systems Informatics
Author: Edmund Clarke
Publisher: Springer
ISBN: 3642297099
Category : Computers
Languages : en
Pages : 423
Book Description
This book contains thoroughly refereed and revised papers from the 8th International Andrei Ershov Memorial Conference on Perspectives of System Informatics, PSI 2011, held in Akademgorodok, Novosibirsk, Russia, in June/July 2011. The 18 revised full papers and 10 revised short papers presented were carefully reviewed and selected from 60 submissions. The volume also contains 5 invited papers covering a range of hot topics in computer science and informatics. The papers are organized in topical sections on foundations of program and system development and analysis, partial evaluation, mixed computation, abstract interpretation, compiler construction, computer models and algorithms for bioinformatics, programming methodology and software engineering, information technologies, knowledge-based systems, and knowledge engineering.
Publisher: Springer
ISBN: 3642297099
Category : Computers
Languages : en
Pages : 423
Book Description
This book contains thoroughly refereed and revised papers from the 8th International Andrei Ershov Memorial Conference on Perspectives of System Informatics, PSI 2011, held in Akademgorodok, Novosibirsk, Russia, in June/July 2011. The 18 revised full papers and 10 revised short papers presented were carefully reviewed and selected from 60 submissions. The volume also contains 5 invited papers covering a range of hot topics in computer science and informatics. The papers are organized in topical sections on foundations of program and system development and analysis, partial evaluation, mixed computation, abstract interpretation, compiler construction, computer models and algorithms for bioinformatics, programming methodology and software engineering, information technologies, knowledge-based systems, and knowledge engineering.
Code Optimization Techniques for Embedded Processors
Author: Rainer Leupers
Publisher: Springer Science & Business Media
ISBN: 1475731698
Category : Computers
Languages : en
Pages : 218
Book Description
The building blocks of today's and future embedded systems are complex intellectual property components, or cores, many of which are programmable processors. Traditionally, these embedded processors mostly have been pro grammed in assembly languages due to efficiency reasons. This implies time consuming programming, extensive debugging, and low code portability. The requirements of short time-to-market and dependability of embedded systems are obviously much better met by using high-level language (e.g. C) compil ers instead of assembly. However, the use of C compilers frequently incurs a code quality overhead as compared to manually written assembly programs. Due to the need for efficient embedded systems, this overhead must be very low in order to make compilers useful in practice. In turn, this requires new compiler techniques that take the specific constraints in embedded system de sign into account. An example are the specialized architectures of recent DSP and multimedia processors, which are not yet sufficiently exploited by existing compilers.
Publisher: Springer Science & Business Media
ISBN: 1475731698
Category : Computers
Languages : en
Pages : 218
Book Description
The building blocks of today's and future embedded systems are complex intellectual property components, or cores, many of which are programmable processors. Traditionally, these embedded processors mostly have been pro grammed in assembly languages due to efficiency reasons. This implies time consuming programming, extensive debugging, and low code portability. The requirements of short time-to-market and dependability of embedded systems are obviously much better met by using high-level language (e.g. C) compil ers instead of assembly. However, the use of C compilers frequently incurs a code quality overhead as compared to manually written assembly programs. Due to the need for efficient embedded systems, this overhead must be very low in order to make compilers useful in practice. In turn, this requires new compiler techniques that take the specific constraints in embedded system de sign into account. An example are the specialized architectures of recent DSP and multimedia processors, which are not yet sufficiently exploited by existing compilers.
Languages and Compilers for Parallel Computing
Author: Eduard Ayguadé
Publisher: Springer
ISBN: 3540693300
Category : Computers
Languages : en
Pages : 486
Book Description
This book constitutes the thoroughly refereed post-proceedings of the 18th International Workshop on Languages and Compilers for Parallel Computing, LCPC 2005, held in Hawthorne, NY, USA in October 2005. The 26 revised full papers and eight short papers presented were carefully selected during two rounds of reviewing and improvement. The papers are organized in topical sections.
Publisher: Springer
ISBN: 3540693300
Category : Computers
Languages : en
Pages : 486
Book Description
This book constitutes the thoroughly refereed post-proceedings of the 18th International Workshop on Languages and Compilers for Parallel Computing, LCPC 2005, held in Hawthorne, NY, USA in October 2005. The 26 revised full papers and eight short papers presented were carefully selected during two rounds of reviewing and improvement. The papers are organized in topical sections.
Trustworthy Compilers
Author: Vladimir O. Safonov
Publisher: John Wiley & Sons
ISBN: 0470593342
Category : Computers
Languages : en
Pages : 317
Book Description
This unique guide book explains and teaches the concept of trustworthy compilers based on 50+ years of worldwide experience in the area of compilers, and on the author’s own 30+ years of expertise in development and teaching compilers. It covers the key topics related to compiler development as well as compiling methods not thoroughly covered in other books. The book also reveals many state-of-the-art compiler development tools and personal experience of their use in research projects by the author and his team. Software engineers of commercial companies and undergraduate/graduate students will benefit from this guide.
Publisher: John Wiley & Sons
ISBN: 0470593342
Category : Computers
Languages : en
Pages : 317
Book Description
This unique guide book explains and teaches the concept of trustworthy compilers based on 50+ years of worldwide experience in the area of compilers, and on the author’s own 30+ years of expertise in development and teaching compilers. It covers the key topics related to compiler development as well as compiling methods not thoroughly covered in other books. The book also reveals many state-of-the-art compiler development tools and personal experience of their use in research projects by the author and his team. Software engineers of commercial companies and undergraduate/graduate students will benefit from this guide.