Re: Compiler books

"Aaron Gray" <ang.usenet@gmail.com>
3 Sep 2006 10:21:11 -0400

          From comp.compilers

Related articles
Compiler books martin_filteau@yahoo.ca (Martin Filteau) (2006-08-29)
Re: Compiler books tommy.thorn@gmail.com (Tommy Thorn) (2006-08-30)
Re: Compiler books Trevor.Jenkins@suneidesis.com (2006-08-30)
Re: Compiler books cbarron413@adelphia.net (Carl Barron) (2006-08-31)
Re: Compiler books ang.usenet@gmail.com (Aaron Gray) (2006-09-03)
Re: Compiler books rmathew@gmail.com (Ranjit Mathew) (2006-09-08)
compiler books meulenbr@prl.philips.nl (1994-03-22)
compiler books zp4@semaphorecorp.com (1996-06-08)
| List of all articles for this month |

From: "Aaron Gray" <ang.usenet@gmail.com>
Newsgroups: comp.compilers
Date: 3 Sep 2006 10:21:11 -0400
Organization: Compilers Central
References: 06-08-139 06-08-143
Keywords: books
Posted-Date: 03 Sep 2006 10:21:11 EDT

"Tommy Thorn" <tommy.thorn@gmail.com> wrote in message
> Martin Filteau wrote:
>> "Advanced compiler design & implementation", Steven S. Muchnick
>> "Engineering a compiler", Keith D. Cooper & Linda Torczon
>> "Compiler design in C", Allen Holub.
>>
>> I would like to have your suggestions. I'm looking for a compiler book
>> with emphasis on instruction selection & register allocation.
>> Specifically, for generating code from C expressions.
>
> Great question. I too find most of the compiler books too introductory
> and too focused on the front end (parsing, sigh). Thanks for your


Appel's books are very good and have working source codes as well :-


                http://www.cs.princeton.edu/~appel/modern/


You could also look at LLVM's documentation and source code :-


                http://llvm.org


Aaron


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.