Book Review: Linkers & Loaders (John R. Levine)

"Quinn Tyler Jackson" <qjackson@wave.home.com>
28 Nov 1999 01:36:06 -0500

          From comp.compilers

Related articles
Book Review: Linkers & Loaders (John R. Levine) qjackson@wave.home.com (Quinn Tyler Jackson) (1999-11-28)
| List of all articles for this month |

From: "Quinn Tyler Jackson" <qjackson@wave.home.com>
Newsgroups: comp.compilers
Date: 28 Nov 1999 01:36:06 -0500
Organization: Compilers Central
Keywords: linker, books

Linkers & Loaders
John R. Levine


Morgan Kaufmann Publishers (1999), pp. 256


ISBN: 1-55860-496-0


Other books will go into great detail on the theory and practice of
lexical scanning, parsing, code generation, and optimization, but
Levine's appears to be the only comprehensive survey of that final
stage of compiler development, linking. His treatment of the subject
is broad enough to avoid being shortsighted, but detailed enough to be
useful, and as always, his writing style is fresh, readable, and
entertaining. Since each chapter ends with exercises and a project,
this book would also be useful in educational settings, or for
hobbyists and professionals who wish to learn how to implement a
linker, debugger, or other tool that uses one of the formats explained
in the book. There are enough references for the reader to locate
specific file format specifications if compatibility with existing
systems is a design goal.
--
Quinn Tyler Jackson
http://www.qtj.net/~quinn/


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.