[Mono-dev] Having trouble compiling the mono interpreter

Miguel de Icaza miguel at ximian.com
Sat Sep 9 22:57:41 EDT 2006


Hello,

> The reason I am interested in the interpreter is that I wanted a simple
> simulation reference model (i.e., "interp.c") to be use to design a direct
> CIL execution engine implemented in an FPGA. I would then use the rest of
> mono to provide a .NET Framework that would run on my FPGA. In my case CIL
> is the native instruction set. Could the JIT code be used? Do you know how
> much effort would be need to fix the interpreter?

It would be best to design your CPU in a way that is efficient for your
particular purpose, and then have the JIT generate code for that.

Miguel.



More information about the Mono-devel-list mailing list