Re: Looking for specific pages from Muchnick's book

2007-03-09 Thread Vladimir N. Makarov
jimmy wrote: Steven Bosscher wrote: Hi, I found this old patch (http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01669.html) that refers to pages 202-214 of Muchnick's Advanced Compiler Design and Implementation book. That book still is not in my own compiler books collection because of its

Re: Looking for specific pages from Muchnick's book

2007-03-09 Thread Sebastian Pop
Hi, If you like maths, a short book Scheduling and Automatic Parallelization by Alain Darte, Yves Robert, and Frederic Vivien, not publicized as much as the books proposed by Vladimir, provides more formal background than what you can find in classical compiler literature. I would also recommend

Re: Looking for specific pages from Muchnick's book

2007-03-09 Thread J.C.
Vladimir, you forgot a good book: o Y.N. Srikant P.Shankar. The Compiler Design Handbook: Optimizations and Machine Code Generation. CRC Press 2003. Upto page 916. Good topics: 9. Scalar Compiler Optimizations on the Static Single Assignment (SSA) Form and the Flow Graph by Y.N.

Re: Looking for specific pages from Muchnick's book

2007-03-09 Thread Vladimir N. Makarov
J.C. wrote: Vladimir, you forgot a good book: o Y.N. Srikant P.Shankar. The Compiler Design Handbook: Optimizations and Machine Code Generation. CRC Press 2003. Upto page 916. Thanks for reminding. I know about this book but I did not read it. It looks very interesting but it is

Re: Looking for specific pages from Muchnick's book

2007-03-09 Thread Joe Buck
On Fri, Mar 09, 2007 at 08:36:25AM -0500, Vladimir N. Makarov wrote: o Muchnik book is a fat one. Muchnick's book is rather encyclopedia of optimizations and can be considered as collection of articles with many details (sometimes too many). But some themes (like RA and scheduling) are

Re: Looking for specific pages from Muchnick's book

2007-03-09 Thread Steven Bosscher
On 3/9/07, Vladimir N. Makarov [EMAIL PROTECTED] wrote: o Muchnik book is a fat one. Muchnick's book is rather encyclopedia of optimizations and can be considered as collection of articles with many details (sometimes too many). But some themes (like RA and scheduling) are described not

Looking for specific pages from Muchnick's book

2007-03-08 Thread Steven Bosscher
Hi, I found this old patch (http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01669.html) that refers to pages 202-214 of Muchnick's Advanced Compiler Design and Implementation book. That book still is not in my own compiler books collection because of its price. I used to have access to a copy in a

Re: Looking for specific pages from Muchnick's book

2007-03-08 Thread Steven Bosscher
On 3/8/07, Steven Bosscher [EMAIL PROTECTED] wrote: Could someone scan those pages and send them to me, please? I received some private mails from people that are concerned about copyright issues and all that. I should have said I've actually ordered the book from Amazon (the price used to be

RE: Looking for specific pages from Muchnick's book

2007-03-08 Thread Dave Korn
On 08 March 2007 12:59, Steven Bosscher wrote: On 3/8/07, Steven Bosscher [EMAIL PROTECTED] wrote: Could someone scan those pages and send them to me, please? I received some private mails from people that are concerned about copyright issues and all that. A few pages for personal study?

Re: Looking for specific pages from Muchnick's book

2007-03-08 Thread Bob Rossi
On Thu, Mar 08, 2007 at 10:05:11AM +0100, Steven Bosscher wrote: Hi, I found this old patch (http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01669.html) that refers to pages 202-214 of Muchnick's Advanced Compiler Design and Implementation book. That book still is not in my own compiler books

Re: Looking for specific pages from Muchnick's book

2007-03-08 Thread Robert Dewar
Dave Korn wrote: A few pages for personal study? That's fair use by any meaningful definition, no matter how much the RIAA/MPAA/similar-copyright-nazis would like to redefine the meanings of perfectly clear words and phrases in the english language. It is of course way off topic, but just

Re: Looking for specific pages from Muchnick's book

2007-03-08 Thread jimmy
Steven Bosscher wrote: Hi, I found this old patch (http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01669.html) that refers to pages 202-214 of Muchnick's Advanced Compiler Design and Implementation book. That book still is not in my own compiler books collection because of its price. Since