Which part of optimization is most important in a compiler?

joggingsong@gmail.com
Sun, 23 Mar 2008 20:38:16 -0700 (PDT)

          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)
Re: Which part of optimization is most important in a compiler? torbenm@app-2.diku.dk (2008-03-25)
Re: Which part of optimization is most important in a compiler? bmoses-nospam@mail.dpdx.net (Brooks Moses) (2008-03-25)
Re: Which part of optimization is most important in a compiler? kevin.phillips83@yahoo.com (kphillips) (2008-03-27)
Re: Which part of optimization is most important in a compiler? pertti.kellomaki@tut.fi (=?ISO-8859-1?Q?Pertti_Kellom=E4ki?=) (2008-03-28)
Re: Which part of optimization is most important in a compiler? n.pipenbrinck@cubic.org (Nils) (2008-03-30)
[1 later articles]
| List of all articles for this month |

From: joggingsong@gmail.com
Newsgroups: comp.compilers
Date: Sun, 23 Mar 2008 20:38:16 -0700 (PDT)
Organization: Compilers Central
Keywords: question
Posted-Date: 24 Mar 2008 10:28:04 EDT

Hi,all


      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?


Best Regards
Jogging



Post a followup to this message

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