Re: Code Generator help needed

"Thilo S. Gaul" <gaul@ipd.info.uni-karlsruhe.de>
26 Jul 1996 23:21:40 -0400

          From comp.compilers

Related articles
Code Generator help needed long@nortel.ca (lawrence (l.) ong) (1996-07-13)
Re: Code Generator help needed farzu@kirika.uvg.edu.gt (Francisco Arzu) (1996-07-15)
Re: Code Generator help needed gaul@ipd.info.uni-karlsruhe.de (Thilo S. Gaul) (1996-07-26)
| List of all articles for this month |

From: "Thilo S. Gaul" <gaul@ipd.info.uni-karlsruhe.de>
Newsgroups: comp.compilers
Date: 26 Jul 1996 23:21:40 -0400
Organization: IPD, Fakultaet f. Informatik, Uni Karlsruhe, Germany
References: 96-07-092
Keywords: code, available

> I am looking for a code generator which can generate 80x86 assembly
> code from an IR


In our MOCKA (Karlsruhe Modula-2 Compiler) environment we use
an IR called MOBIL developed at the GMD
(ftp://i44ftp.info.uni-karlsruhe.de/pub/papers/vollmer/mobil.ps.gz),
which is very suitable for classical languages like Modula, Pascal
and C, optimizers are available.
Backends exist for several architectures (68k, SPARC, MIPS,
PowerPC and Intel) and are generated with the backend-generator-
generator BEG
(ftp://i44ftp.info.uni-karlsruhe.de/pub/papers/emmel/begmanual.ps).
This generator tool has gone commercial, but you can obtain
an older version for free. Of course one could talk about
the generated backend for Intel processors (C-source)...


--
| Thilo Gaul (gaul@ipd.info.uni-karlsruhe.de)
| Institut f. Programmstrukturen & Datenorg.
| Fakult"at f. Informatik, Uni Karlsruhe
| Phone: ++49-721/608-6088 Fax: ++49-721/691462
| http://i44www.info.uni-karlsruhe.de/~gaul
--


Post a followup to this message

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