<DIV><p>The second volume in the Write Great Code series supplies the critical information that today's computer science students don't often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. <i>Write Great Code, Volume 2
Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level
β Scribed by Randall Hyde
- Publisher
- No Starch
- Year
- 2006
- Tongue
- English
- Leaves
- 642
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
It's a critical lesson that today's computer science students aren't always being taught: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level shows software engineers what too many college and university courses don't - how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, they will make informed choices concerning the use of those high-level structures and help the compiler produce far better machine code - all without having to give up the productivity and portability benefits of using a high-level language.
π SIMILAR VOLUMES
<DIV><p>The second volume in the Write Great Code series supplies the critical information that today's computer science students don't often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. <i>Write Great Code, Volume 2
It's a critical lesson that today's computer science students aren't always being taught: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level shows software engineers what too many college and univ
If youve asked someone the secret to writing efficient, well-written software, the answer that youve probably gotten is Β«learn assembly language programming.Β» By learning assembly language programming, you learn how the machine really operates and that knowledge will help you write better high-level