[Mono-list] performance q

Miguel de Icaza miguel@ximian.com
17 Mar 2002 21:25:29 -0500


> Does anyone know of any benchmark specs on how code generated from the 
> Mono compiler compares to similar code from gcc, gcj, or Java JITs? I'm 
> especially interested in memory consumption.

It does not relate to any of the compilers you listed above.  The Mono
C# compiler generates CIL bytecodes.  So it is more close to Jikes or
Guavac or javac.

Miguel