Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读

Windows内核调试

请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读


chen 2009-08-01, 14:28 下午
如题,哪位知道哈

Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读


格蠹老雷 2009-08-02, 12:20 下午
《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



Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读


sPhinX 2009-08-02, 14:41 下午

Raymond说的应该是这个吧,因为不能上传,只能给地址了,和wangyu一样,我也没有在wrk里面发现这些文档,不过一个偶然的机会在kanxue上发现有人给了这个东东,看了看文档名,应该就是NT OS/2 Design Workbook了。放在这里给同好共享吧。

不知道这样公布设计文档算不算违规呢?不会连累这个论坛吧,先删掉,等Raymond答复再说。

Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读


Thomson 2009-08-02, 16:31 下午
不知道张老师说的录像资料有没有link?

Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读


格蠹老雷 2009-08-02, 17:27 下午
那个录像资料我也没看过。

Re: 请问 David cutler --nt之父 有没有写过书?如果有哪位推荐一下,肯定值得阅读


麻大烦 2009-09-01, 13:05 下午
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.


Powered by Community Server Powered by CnForums.Net