Related articles |
---|
Instrution Scheduler... csu@cslab1.korea.ac.kr (1994-06-24) |
Re: Instrution Scheduler... sc@iaxp01.inf.uni-jena.de (Sebastian Schmidt) (1994-06-27) |
Newsgroups: | comp.compilers |
From: | Sebastian Schmidt <sc@iaxp01.inf.uni-jena.de> |
Keywords: | optimize |
Organization: | Compilers Central |
References: | 94-06-178 |
Date: | Mon, 27 Jun 1994 08:18:54 GMT |
csu@cslab1.korea.ac.kr (Seong-Uk Choi) writes:
> I'm studying about Instruction-Scheduling and implementing my algorithm
> for that. I want to know if there are any well-known instruction
> schedulers, which are distributed with source code?
I know of two schedulers available in source code: The well known GNU gcc
and David G. Bradlee's Marion System. Marion is somewhere on
ftp.cs.washington.edu. There you can also find Bradlee's PhD thesis where
he gives a detailed report on the design and evaluation of Marion.
--
Sebastian
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.