Books: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
Line 79: Line 79:
|title=Assemblers and Loaders
|title=Assemblers and Loaders
|author=David Salomon
|author=David Salomon
|year=1993
|supp=[http://www.davidsalomon.name/assem.advertis/AssemAd.html Freely available]
|supp=[http://www.davidsalomon.name/assem.advertis/AssemAd.html Freely available]
|description=Written during 1985--1992, the book developed from class notes on computer organization. It includes numerous exercises with answers provided, and review questions following each chapter. The book is bound as a paperback with a colorful cover.
|description=Written during 1985--1992, the book developed from class notes on computer organization. It includes numerous exercises with answers provided, and review questions following each chapter. The book is bound as a paperback with a colorful cover.
Line 85: Line 86:
{{Book|ISBN=0321486811|ASIN=0321486811
{{Book|ISBN=0321486811|ASIN=0321486811
|title=Compilers: Principles, Techniques, & Tools
|title=Compilers: Principles, Techniques, & Tools
|year=2006
|author=Alfred V. Aho, Monica S. Lam, Ravi Sethi, and Jeffrey D. Ullman
|author=Alfred V. Aho, Monica S. Lam, Ravi Sethi, and Jeffrey D. Ullman
|supp=[http://dragonbook.stanford.edu/ Link]
|supp=[http://dragonbook.stanford.edu/ Link]
Line 99: Line 101:
|title=Linkers and Loaders
|title=Linkers and Loaders
|author=John R. Levine
|author=John R. Levine
|year=1999
|supp=[http://www.iecc.com/linker/ Free manuscript], [http://linker.iecc.com/ Errata and code]
|supp=[http://www.iecc.com/linker/ Free manuscript], [http://linker.iecc.com/ Errata and code]
|description=Whatever your programming language, whatever your platform, you probably tap into linker and loader functions all the time. But do you know how to use them to their greatest possible advantage? Only now, with the publication of Linkers and Loaders, is there an authoritative book devoted entirely to these deep-seated compile-time and run-time processes. The book begins with a detailed and comparative account of linking and loading that illustrates the differences among various compilers and operating systems. On top of this foundation, the author presents clear practical advice to help you create faster, cleaner code. You'll learn to avoid the pitfalls associated with Windows DLLs, take advantage of the space-saving, performance-improving techniques supported by many modern linkers, make the best use of the UNIX ELF library scheme, and much more. If you're serious about programming, you'll devour this unique guide to one of the field's least understood topics. Linkers & Loaders is also an ideal supplementary text for compiler and operating systems courses.
|description=Whatever your programming language, whatever your platform, you probably tap into linker and loader functions all the time. But do you know how to use them to their greatest possible advantage? Only now, with the publication of Linkers and Loaders, is there an authoritative book devoted entirely to these deep-seated compile-time and run-time processes. The book begins with a detailed and comparative account of linking and loading that illustrates the differences among various compilers and operating systems. On top of this foundation, the author presents clear practical advice to help you create faster, cleaner code. You'll learn to avoid the pitfalls associated with Windows DLLs, take advantage of the space-saving, performance-improving techniques supported by many modern linkers, make the best use of the UNIX ELF library scheme, and much more. If you're serious about programming, you'll devour this unique guide to one of the field's least understood topics. Linkers & Loaders is also an ideal supplementary text for compiler and operating systems courses.