[Mono-list] Combining JIT and interpreter
Miguel de Icaza
miguel at novell.com
Tue Mar 6 16:50:18 EST 2007
Hello,
> Yet another idea is adding support for dynamic recompilation of
> jitted code, which IMHO is close in spirit to what you wanted to
> have (adding an interpreter), even if different...
Dynamic recompilation is not hard, the issue is what kind of guarantees
you want to make. For example, is recompilation going to be used for
transplanting live code, like Java has to do due to their design
limitations?
If so, it is a lot of work, and it is not worth doing.
> Willibald Krenn wrote a working prototype for it in the past,
> search mono-devel-list archives for details.
>
> Ciao,
> Massi
>
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list