Igor Zhirkov teaches his highly successful “System Programming Languages” course at ITMO University in Saint Petersburg, which is a six-time winner of the ACM-ICPC Intercollegiate World Programming Championship. Igor studied at Saint-Petersburg Academic University and received his master degree from ITMO University. Currently, he is doing research in verified C refactorings as part of his PhD thesis and formalization of Bulk Synchronous Parallelism library in C at IMT Atlantique in Nantes, France. His main interests are low-level programming, programming language theory, and type theory.
https://www.linkedin.com/in/igorzhirkov/
发表于2024-11-07
Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture 2024 pdf epub mobi 电子书
图书标签: 计算机 编程 Programming C programming 汇编 pl os
Learn Intel 64 assembly language and architecture, become proficient in C, and understand how the programs are compiled and executed down to machine instructions, enabling you to write robust, high-performance code.Low-Level Programmingexplains Intel 64 architecture as the result of von Neumann architecture evolution.The book teaches the latest version of the C language (C11) and assembly language from scratch.It covers the entire path from source code to program execution, including generation of ELF object files, and static and dynamic linking. Code examples and exercises are included along with the best code practices.Optimization capabilities and limits of modern compilers are examined, enabling you to balance between program readability and performance. The use of various performance-gain techniques is demonstrated, such as SSE instructions and pre-fetching. Relevant Computer Science topics such as models of computation and formal grammars are addressed, and their practical value explained.What You'll LearnLow-Level Programmingteaches programmers to:Freely write in assembly languageUnderstand the programming model of Intel 64Write maintainable and robust code in C11Follow the compilation process anddecipher assembly listingsDebug errors in compiled assembly codeUse appropriate models of computation to greatly reduce program complexityWrite performance-critical codeComprehend the impact of a weak memory model in multi-threaded applicationsWho This Book Is For
Intermediate to advanced programmers and programming students
很意外, 是本不错的书, 1. 跨度广, automata theory 到lock free, 性能优化; 2. 讲解生动, 通过小篇幅程序讲解, 而不是纯概念.
评分一般般吧,这类书难写,C语言部分完全可以略过,汇编部分也就入门级。CPU部分页表啊mmu啊跟其他os的书没啥区别,不具备实践指导意义。这个方向的书CSAPP还是最佳。
评分写的很全,但水平一般
评分很意外, 是本不错的书, 1. 跨度广, automata theory 到lock free, 性能优化; 2. 讲解生动, 通过小篇幅程序讲解, 而不是纯概念.
评分很意外, 是本不错的书, 1. 跨度广, automata theory 到lock free, 性能优化; 2. 讲解生动, 通过小篇幅程序讲解, 而不是纯概念.
Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture 2024 pdf epub mobi 电子书