RE: Which part of optimization is most important in a compiler?

"Murugesh" <murugesh@acmet.com>
Tue, 25 Mar 2008 17:57:21 +0530

          From comp.compilers

Related articles
Which part of optimization is most important in a compiler? joggingsong@gmail.com (2008-03-23)
RE: Which part of optimization is most important in a compiler? murugesh@acmet.com (Murugesh) (2008-03-25)
| List of all articles for this month |

From: "Murugesh" <murugesh@acmet.com>
Newsgroups: comp.compilers
Date: Tue, 25 Mar 2008 17:57:21 +0530
Organization: Compilers Central
References: 08-03-094
Keywords: optimize
Posted-Date: 26 Mar 2008 23:08:26 EDT

Both instruction scheduling and Register allocation are important parts.
These two parts present in an optimizing compiler. In fact these two are
coupled.


Please find following book is useful:


"Advanced Compiler Design and Implementation" by
Steven S.Muchnick, Pub: Morgan Kaufmann


> I haven't taken the compiler course at college. Because my job is
> to optimize code on DSP, I hope to understand compiler deep and begin
> to read a compiler textbook. There are a lot of materials in a book,
> but the overview of advanced compiling is not given in the book.
>
> Maybe every part is important for a optimized compiler. I hope to know
> which part of a compiler is most important in a compiler. Instruction
> scheduling, or register allocation?


Post a followup to this message

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