Related articles |
---|
Looking for a compiler for research work mtandon@menger.eecs.stevens-tech.edu (Manu Tandon) (1997-04-18) |
Re: Looking for a compiler for research work jlilley@empathy.com (John Lilley) (1997-04-20) |
Re: Looking for a compiler for research work sc@informatik.uni-jena.de (Sebastian Schmidt) (1997-04-22) |
Re: Looking for a compiler for research work scotth@visix.com (1997-04-22) |
Re: Looking for a compiler for research work sethml@ugcs.caltech.edu (1997-04-22) |
Re: Looking for a compiler for research work llsmith@super.org (1997-05-04) |
From: | Sebastian Schmidt <sc@informatik.uni-jena.de> |
Newsgroups: | comp.compilers |
Date: | 22 Apr 1997 21:11:23 -0400 |
Organization: | Compilers Central |
References: | 97-04-105 |
Keywords: | C, tools |
Manu Tandon <mtandon@menger.eecs.stevens-tech.edu> writes:
> I am looking for a compiler to do some optimisation research. I have
> read the free compilers list. I wanted to know what compiler is easy /
> easier to hook into.
You may have a look on the SUIF compiler system:
http://suif.stanford.edu/suif/
I don't use it myself, but I've heared they have still problems with
their backends for generating machine code, but if you want to do
source-to-source optimizations it should be OK.
And then there is still GCC - a very hairy beast and definitively not
"easy to hook into", but if you are an experienced C-Hacker, you may
consider it too.
--
May your disk buffers flush before powerdown!
Sebastian
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.