Project: Some aid for low level programmer

Armin Rigo arigo@ulb.ac.be
Fri, 24 May 2002 15:01:46 +0200 (CEST)


Hello again,

The MLRISC system is a framework for compiler back-ends used by the
Standard ML of New Jersey optimising compiler. Does anyone know if there
are plans to let it be used as a just-in-time compiler? It seems to me
that it could be a good base for a widely configurable range of
optimisation, from "just-emit-as-fast-as-possible" to
"optimise-just-like-a-real-compiler-and-take-your-time". 

  http://cs1.cs.nyu.edu/leunga/www/MLRISC/Doc/html/index.html


Armin