Linkers and Loaders: The Morgan Kaufmann Series in Software Engineering and Programming
Autor John R. Levineen Limba Engleză Paperback – 25 oct 1999
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 & 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.
*Includes a linker construction project written in Perl, with project files available for download. *Covers dynamic linking in Windows, UNIX, Linux, BeOS, and other operating systems. *Explains the Java linking model and how it figures in network applets and extensible Java code. *Helps you write more elegant and effective code, and build applications that compile, load, and run more efficiently.
Preț: 309.04 lei
Preț vechi: 513.15 lei
-40% Nou
54.69€ • 63.77$ • 48.02£
Carte tipărită la comandă
Livrare economică 08-22 ianuarie 26
Livrare express 11-17 decembrie pentru 134.06 lei
Specificații
ISBN-10: 1558604960
Pagini: 272
Ilustrații: black & white illustrations
Dimensiuni: 187 x 235 x 15 mm
Greutate: 0.45 kg
Ediția:Revised.
Editura: ELSEVIER SCIENCE
Seria The Morgan Kaufmann Series in Software Engineering and Programming
Public țintă
Programmers and system administrators who need to deal with the interaction between applications/programs and compilers.Cuprins
Linking and Loading. Architectural Issues. Object Files. Storage Allocation. Symbol Management. Libraries. Relocation. Loading and Overlays. Shared Libraries. Dynamic Linking and Loading. Advanced Techniques.