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

=?ISO-8859-1?Q?Pertti_Kellom=E4ki?= <pertti.kellomaki@tut.fi>
Fri, 28 Mar 2008 10:05:01 +0200

          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? 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)
Re: Which part of optimization is most important in a compiler? joggingsong@gmail.com (2008-04-02)
| List of all articles for this month |

From: =?ISO-8859-1?Q?Pertti_Kellom=E4ki?= <pertti.kellomaki@tut.fi>
Newsgroups: comp.compilers
Date: Fri, 28 Mar 2008 10:05:01 +0200
Organization: Compilers Central
References: 08-03-094 08-03-099 08-03-103
Keywords: optimize
Posted-Date: 28 Mar 2008 13:44:23 EDT

kphillips wrote:
> I've done a quick search for instruction scheduling especially for
> Itanium / instruction-level parallelism. Are there some main texts
> (academic papers, etc.) of main techniques on this topic? I'm
> interested in implementing scheduling for my toy-compiler, to try on
> Itanium. It doesn't have to be the best technique around, in fact, the
> simpler the better (more advanced will be attempted later!).


Google for "list scheduling", that should give you plenty of pointers.
--
Pertti



Post a followup to this message

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