Related articles |
---|
lcc intel backend? nick@nsis.cl.nec.co.jp (1993-10-07) |
Re: lcc intel backend? wjw@eb.ele.tue.nl (1993-10-11) |
Re: lcc intel backend? cwf@research.att.com (1993-10-12) |
Re: lcc intel backend? nick@nsis.cl.nec.co.jp (1993-10-12) |
Re: lcc intel backend? dobrien@seas.gwu.edu (1993-10-15) |
Re: lcc intel backend? pcg@aber.ac.uk (1993-10-18) |
Re: lcc intel backend? anton@mips.complang.tuwien.ac.at (1993-10-19) |
Newsgroups: | comp.compilers |
From: | anton@mips.complang.tuwien.ac.at (Anton Ertl) |
Keywords: | C, optimize |
Organization: | Institut fuer Computersprachen, Technische Universitaet Wien |
References: | 93-10-041 93-10-077 |
Date: | Tue, 19 Oct 1993 09:39:50 GMT |
pcg@aber.ac.uk (Piercarlo Grandi) writes:
|> Well, lcc *does not have a code generator*, for the x86 or any
|> architecture; it is purely a front end. Several back ends can be bolted
|> onto the front end. TWIG is the oldest. Several people are working or have
|> worked on other backend; frontends that spring to mind are BURG, IBURG,
|> and CHOP.
BURG and IBURG are not backends, just tree parser generators that can be
used to produce the instruction selection part of a back-end. One
back-end generator that works with lcc is Marion. However, I don't know if
it's available. Also, it's aimed at RISCs.
Two of our students did a globally-optimizing back-end for lcc. They had
some problems with lcc's intermediate representation. It is well
documented, but not made for global optimization and global register
allocation. Instead, lcc makes it easy to produce decent code with a
simple code generator.
- anton
--
M. Anton Ertl, anton@mips.complang.tuwien.ac.at
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.