|
|
|
|
|
|
|
Windows内核调试
帖子发起人: chen 发起时间: 2009-08-01 14:28 下午 回复: 5
|
帖子排序:
|
|
|
|
2009-08-01, 14:28 下午
|
chen
注册: 2006-04-07
发 贴: 18
|
请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读
|
|
|
|
|
|
IP 地址: 已记录
|
报告
|
|
|
|
2009-08-02, 12:20 下午
|
格蠹老雷
注册: 2005-12-19
发 贴: 1,303
|
Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读
|
|
|
|
《Windows Internals》第4版有Cutler写的一篇序,回顾了NT的历史。在这本书的第一版(书名还叫Inside Windows NT)中,也有一篇Cutler写的书,叙述了他读书和工作的主要经历和开发NT的一些。
此外,如果你有机会读WRK的文档,那里面应该有Cutler写的几篇NT内核设计文档(http://advdbg.org/blogs/advdbg_system/articles/391.aspx)。
在早年的一次PDC大会上(http://advdbg.org/blogs/advdbg_system/articles/225.aspx),Cutler有一次演讲,某个美国大学的录像资料库里有录像。
6. Windows NT Kernel Architecture - Dave Cutler
|
|
|
IP 地址: 已记录
|
报告
|
|
|
|
2009-08-02, 16:31 下午
|
Thomson
注册: 2008-07-03
发 贴: 211
|
Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读
|
|
|
|
|
|
IP 地址: 已记录
|
报告
|
|
|
|
2009-08-02, 17:27 下午
|
格蠹老雷
注册: 2005-12-19
发 贴: 1,303
|
Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读
|
|
|
|
|
|
IP 地址: 已记录
|
报告
|
|
|
|
2009-09-01, 13:05 下午
|
麻大烦
注册: 2009-09-01
发 贴: 6
|
Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读
|
|
|
|
David cutler在DEC 的时候写过一本关于编译技术的书,A.V.AHO的龙书的参考书目中有.
Engineering A Compiler
By Patricia Anklam, David Cutler, Roger Heinen, Jr. And M. Donald MacLaren
Digital Press
269 Pages. Price Unknown
This book tells how the four authors designed and coded parts of a PL/1 compiler for the VAX-11. They
purchased an existing compiler and modified it to produce code for the VAX-11 machines. Because of this, the
book is generally about the ultimately successful attempts of the authors to bootstrap the existing compiler
and their code generation/optimization techniques.
The subjects covered include: a table-building language which they used to bridge the gap between the
compiler front-end and the code generator; a discussion of the compiler front-end; the intermediate language
produced by the compiler front-end writing and reducing trees; global optimization; operator transformation
and code generation; the register allocator; and peephole optimization. In addition, an appendix provides
examples of optimized code.
The book is targeted toward advanced programmers with a general understanding of the VAX 11 architecture.
For those programmers who desire an in-depth understanding of the inner working of a specific compiler, this
book is excellent. For the rest of us, however, there are much better ways to spend our time.
|
|
|
IP 地址: 已记录
|
报告
|
|
|
|
高端调试 » 软件调试 » Windows内核调试 » Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读
|
|
|
|
|
|