Related articles |
---|
optimization framework augusto@dcc.ufmg.br (Rodrigo Augusto B. Ferreira) (1999-02-05) |
Re: optimization framework abies@pg.gda.pl (Artur Biesiadowski) (1999-02-07) |
Re: optimization framework fjh@cs.mu.OZ.AU (1999-02-10) |
From: | Artur Biesiadowski <abies@pg.gda.pl> |
Newsgroups: | comp.lang.java.machine,comp.compilers |
Date: | 7 Feb 1999 00:13:10 -0500 |
Organization: | Politechnika Gdanska |
References: | 99-02-024 |
Keywords: | optimize |
"Rodrigo Augusto B. Ferreira" wrote:
> I'm looking for a Java/C/C++/Pascal/Eiffel/... framework for
> implementing an aggressive optimizing compiler backend with major
> known algorithms implemented, allowing intermediate code and target
> machine customization. It's for a JVM study.
http://egcs.cygnus.com
I think that gcc is what you are looking for. Espeically with egcs
there are many frontends, including java, C, C++. Pascal should not be
hard to write, worse is with eiffel. You can jump in at any gcc stage
to perform optimalizations - there are plenty of them there already.
Artur
Return to the
comp.compilers page.
Search the
comp.compilers archives again.