Modern compiler implementation in Java:
This textbook describes all phases of a compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current tech...
Gespeichert in:
Beteilige Person: | |
---|---|
Weitere beteiligte Personen: | |
Format: | E-Book |
Sprache: | Englisch |
Veröffentlicht: |
Cambridge
Cambridge University Press
2002
|
Ausgabe: | 2nd ed. |
Links: | https://doi.org/10.1017/CBO9780511811432 |
Zusammenfassung: | This textbook describes all phases of a compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as the compilation of functional and object-oriented languages, that is missing from most books. The most accepted and successful techniques are described concisely, rather than as an exhaustive catalog of every possible variant, and illustrated with actual Java classes. This second edition has been extensively rewritten to include more discussion of Java and object-oriented programming concepts, such as visitor patterns. A unique feature is the newly redesigned compiler project in Java, for a subset of Java itself. The project includes both front-end and back-end phases, so that students can build a complete working compiler in one semester. |
Umfang: | 1 Online-Ressource (x, 501 Seiten) |
ISBN: | 9780511811432 |
Internformat
MARC
LEADER | 00000nam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-20-CTM-CR9780511811432 | ||
003 | UkCbUP | ||
005 | 20160721151540.0 | ||
006 | m|||||o||d|||||||| | ||
007 | cr|||||||||||| | ||
008 | 101021s2002||||enk o ||1 0|eng|d | ||
020 | |a 9780511811432 | ||
100 | 1 | |a Appel, Andrew W. |d 1960- | |
245 | 1 | 0 | |a Modern compiler implementation in Java |c Andrew W. Appel with Jens Palsberg |
250 | |a 2nd ed. | ||
264 | 1 | |a Cambridge |b Cambridge University Press |c 2002 | |
300 | |a 1 Online-Ressource (x, 501 Seiten) | ||
336 | |b txt | ||
337 | |b c | ||
338 | |b cr | ||
520 | |a This textbook describes all phases of a compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as the compilation of functional and object-oriented languages, that is missing from most books. The most accepted and successful techniques are described concisely, rather than as an exhaustive catalog of every possible variant, and illustrated with actual Java classes. This second edition has been extensively rewritten to include more discussion of Java and object-oriented programming concepts, such as visitor patterns. A unique feature is the newly redesigned compiler project in Java, for a subset of Java itself. The project includes both front-end and back-end phases, so that students can build a complete working compiler in one semester. | ||
700 | 1 | |a Palsberg, Jens | |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe |z 9780521820608 |
966 | 4 | 0 | |l DE-91 |p ZDB-20-CTM |q TUM_PDA_CTM |u https://doi.org/10.1017/CBO9780511811432 |3 Volltext |
912 | |a ZDB-20-CTM | ||
912 | |a ZDB-20-CTM | ||
049 | |a DE-91 |
Datensatz im Suchindex
DE-BY-TUM_katkey | ZDB-20-CTM-CR9780511811432 |
---|---|
_version_ | 1825574046994006016 |
adam_text | |
any_adam_object | |
author | Appel, Andrew W. 1960- |
author2 | Palsberg, Jens |
author2_role | |
author2_variant | j p jp |
author_facet | Appel, Andrew W. 1960- Palsberg, Jens |
author_role | |
author_sort | Appel, Andrew W. 1960- |
author_variant | a w a aw awa |
building | Verbundindex |
bvnumber | localTUM |
collection | ZDB-20-CTM |
edition | 2nd ed. |
format | eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01772nam a2200265 i 4500</leader><controlfield tag="001">ZDB-20-CTM-CR9780511811432</controlfield><controlfield tag="003">UkCbUP</controlfield><controlfield tag="005">20160721151540.0</controlfield><controlfield tag="006">m|||||o||d||||||||</controlfield><controlfield tag="007">cr||||||||||||</controlfield><controlfield tag="008">101021s2002||||enk o ||1 0|eng|d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780511811432</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Appel, Andrew W.</subfield><subfield code="d">1960-</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Modern compiler implementation in Java</subfield><subfield code="c">Andrew W. Appel with Jens Palsberg</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2nd ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Cambridge</subfield><subfield code="b">Cambridge University Press</subfield><subfield code="c">2002</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (x, 501 Seiten)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">This textbook describes all phases of a compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as the compilation of functional and object-oriented languages, that is missing from most books. The most accepted and successful techniques are described concisely, rather than as an exhaustive catalog of every possible variant, and illustrated with actual Java classes. This second edition has been extensively rewritten to include more discussion of Java and object-oriented programming concepts, such as visitor patterns. A unique feature is the newly redesigned compiler project in Java, for a subset of Java itself. The project includes both front-end and back-end phases, so that students can build a complete working compiler in one semester.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Palsberg, Jens</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="z">9780521820608</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-91</subfield><subfield code="p">ZDB-20-CTM</subfield><subfield code="q">TUM_PDA_CTM</subfield><subfield code="u">https://doi.org/10.1017/CBO9780511811432</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-20-CTM</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-20-CTM</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91</subfield></datafield></record></collection> |
id | ZDB-20-CTM-CR9780511811432 |
illustrated | Not Illustrated |
indexdate | 2025-03-03T11:58:01Z |
institution | BVB |
isbn | 9780511811432 |
language | English |
open_access_boolean | |
owner | DE-91 DE-BY-TUM |
owner_facet | DE-91 DE-BY-TUM |
physical | 1 Online-Ressource (x, 501 Seiten) |
psigel | ZDB-20-CTM TUM_PDA_CTM ZDB-20-CTM |
publishDate | 2002 |
publishDateSearch | 2002 |
publishDateSort | 2002 |
publisher | Cambridge University Press |
record_format | marc |
spelling | Appel, Andrew W. 1960- Modern compiler implementation in Java Andrew W. Appel with Jens Palsberg 2nd ed. Cambridge Cambridge University Press 2002 1 Online-Ressource (x, 501 Seiten) txt c cr This textbook describes all phases of a compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as the compilation of functional and object-oriented languages, that is missing from most books. The most accepted and successful techniques are described concisely, rather than as an exhaustive catalog of every possible variant, and illustrated with actual Java classes. This second edition has been extensively rewritten to include more discussion of Java and object-oriented programming concepts, such as visitor patterns. A unique feature is the newly redesigned compiler project in Java, for a subset of Java itself. The project includes both front-end and back-end phases, so that students can build a complete working compiler in one semester. Palsberg, Jens Erscheint auch als Druck-Ausgabe 9780521820608 |
spellingShingle | Appel, Andrew W. 1960- Modern compiler implementation in Java |
title | Modern compiler implementation in Java |
title_auth | Modern compiler implementation in Java |
title_exact_search | Modern compiler implementation in Java |
title_full | Modern compiler implementation in Java Andrew W. Appel with Jens Palsberg |
title_fullStr | Modern compiler implementation in Java Andrew W. Appel with Jens Palsberg |
title_full_unstemmed | Modern compiler implementation in Java Andrew W. Appel with Jens Palsberg |
title_short | Modern compiler implementation in Java |
title_sort | modern compiler implementation in java |
work_keys_str_mv | AT appelandreww moderncompilerimplementationinjava AT palsbergjens moderncompilerimplementationinjava |