Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level

Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level

Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level

Author: Randall Hyde

Publisher: ‎ No Starch Pr

Edition: 1st edition

Publication Date: 2006-03-18

Language: English

Paperback: 640 pages

ISBN-10: 1593270658

ISBN-13: 9781593270650

Book Description
Provides information on how computer systems operate, how compilers work, and writing source code.

Review

“Exceeds its goal of helping developers pay more attention to application performance . . . a must for any high-level application developer.” — Free Software Magazine, May 9, 2006

“If you want to know what’s really going on with your programs . . . you won’t find an easier introduction.” — DevX, April 14, 2006

From the Back Cover

No prior knowledge of assembly language required!

In the beginning, most software was written in assembly, the CPU s low-level language, in order to achieve acceptable performance on relatively slow hardware. Early programmers were sparing in their use of high-level language code, knowing that a high-level language compiler would generate crummy, low-level machine code for their software. Today, however, many programmers write in high-level languages like C, C++, Pascal, Java, or BASIC. The result is often sloppy, inefficient code. You don t need to give up the productivity and portability of high-level languages in order to produce more efficient software.

In this second volume of the Write Great Code series, you ll learn:
How to analyze the output of a compiler to verify that your code does, indeed, generate good machine code
The types of machine code statements that compilers typically generate for common control structures, so you can choose the best statements when writing HLL code
Just enough 80×86 and PowerPC assembly language to read compiler output
How compilers convert various constant and variable objects into machine data, and how to use these objects to write faster and shorter programs

With an understanding of how compilers work, you ll be able to write source code that they can translate into elegant machine code. That understanding starts right here, with Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level.

Amazon Page

获取PDF电子书代发服务10立即求助
1111

未经允许不得转载:Wow! eBook » Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level

评论