Write Great Code, Volume 2, 2nd Edition

Write Great Code, Volume 2, 2nd Edition
Author :
Publisher : No Starch Press
Total Pages : 658
Release :
ISBN-10 : 9781718500389
ISBN-13 : 1718500386
Rating : 4/5 (89 Downloads)

Book Synopsis Write Great Code, Volume 2, 2nd Edition by : Randall Hyde

Download or read book Write Great Code, Volume 2, 2nd Edition written by Randall Hyde and published by No Starch Press. This book was released on 2020-08-11 with total page 658 pages. Available in PDF, EPUB and Kindle. Book excerpt: Thinking Low-Level, Writing High-Level, the second volume in the landmark Write Great Code series by Randall Hyde, covers high-level programming languages (such as Swift and Java) as well as code generation on 64-bit CPUsARM, the Java Virtual Machine, and the Microsoft Common Runtime. Today's programming languages offer productivity and portability, but also make it easy to write sloppy code that isn't optimized for a compiler. Thinking Low-Level, Writing High-Level will teach you to craft source code that results in good machine code once it's run through a compiler. You'll learn: How to analyze the output of a compiler to verify that your code generates good machine code The types of machine code statements that compilers generate for common control structures, so you can choose the best statements when writing HLL code Enough assembly language to read compiler output How compilers convert various constant and variable objects into machine data With an understanding of how compilers work, you'll be able to write source code that they can translate into elegant machine code. NEW TO THIS EDITION, COVERAGE OF: Programming languages like Swift and Java Code generation on modern 64-bit CPUs ARM processors on mobile phones and tablets Stack-based architectures like the Java Virtual Machine Modern language systems like the Microsoft Common Language Runtime


Write Great Code, Volume 2, 2nd Edition Related Books

Write Great Code, Volume 2, 2nd Edition
Language: en
Pages: 658
Authors: Randall Hyde
Categories: Computers
Type: BOOK - Published: 2020-08-11 - Publisher: No Starch Press

DOWNLOAD EBOOK

Thinking Low-Level, Writing High-Level, the second volume in the landmark Write Great Code series by Randall Hyde, covers high-level programming languages (such
Write Great Code, Volume 1, 2nd Edition
Language: en
Pages: 474
Authors: Randall Hyde
Categories: Computers
Type: BOOK - Published: 2020-07-31 - Publisher: No Starch Press

DOWNLOAD EBOOK

Understanding the Machine, the first volume in the landmark Write Great Code series by Randall Hyde, explains the underlying mechanics of how a computer works.
Write Great Code, Volume 1, 2nd Edition
Language: en
Pages: 474
Authors: Randall Hyde
Categories: Computers
Type: BOOK - Published: 2020-08-04 - Publisher: No Starch Press

DOWNLOAD EBOOK

Understanding the Machine, the first volume in the landmark Write Great Code series by Randall Hyde, explains the underlying mechanics of how a computer works.
Write Great Code, Vol. 1
Language: en
Pages: 461
Authors: Randall Hyde
Categories: Computers
Type: BOOK - Published: 2004 - Publisher: No Starch Press

DOWNLOAD EBOOK

Provides information on how computer systems operate, how compilers work, and writing source code.
Write Great Code Vol-2: Thinking Low-Level Writing High-Level
Language: en
Pages: 640
Authors: Randall Hyde
Categories:
Type: BOOK - Published: 2006-01-01 - Publisher:

DOWNLOAD EBOOK

If you've asked someone the secret to writing efficient, well-written software, the answer that you've probably gotten is learn assembly language programming. B