Related articles |
---|
Just-In-Time C/C++ Compilation cerignac@graphics.cis.upenn.edu (Charles A Erignac) (1999-06-12) |
Re: Just-In-Time C/C++ Compilation Renaud.Marlet@irisa.fr (Renaud Marlet) (1999-06-14) |
Re: Just-In-Time C/C++ Compilation ben@mathtools.com (Ben Hirsh) (1999-06-19) |
From: | Renaud Marlet <Renaud.Marlet@irisa.fr> |
Newsgroups: | comp.compilers,comp.lang.misc |
Date: | 14 Jun 1999 23:03:52 -0400 |
Organization: | IRISA - Campus de Beaulieu - Rennes |
References: | 99-06-058 |
Keywords: | optimize |
> I am currently working on a numerical simulation modeling
> language. The domain of application (hydraulic system (dis)assembly)
> precludes any kind of a priori compilation. The first version of the
> simulator was an interpretor. I am thinking about just-in-time
> compilation for the second version.
>
> Here is my idea:
> [...]
An alternative is to automatically specialize your interpreter at
run-time, thus yielding the same functionality as a JIT compiler.
Cf. work done in
- the Compose project
* run-time specialization:
http://www.irisa.fr/compose/papers/#rt_spec
* applications for compiler generation:
http://www.irisa.fr/compose/papers/#pe_interp
* a run-time specializer for C: Tempo
http://www.irisa.fr/compose/tempo
- the Dynamic Compilation project
http://www.cs.washington.edu/research/dyncomp/
Renaud
--
http://www.irisa.fr/compose/marlet - Tel +33 299847501 - Fax +33 299842590
Return to the
comp.compilers page.
Search the
comp.compilers archives again.