[Mono-list] benchmark2 - and the winner is ...

Miguel de Icaza miguel@ximian.com
29 Mar 2002 00:47:06 -0500


On Thu, 2002-03-28 at 15:37, Guenther Roith wrote:
> ... ms .net   :-(

Well, not bad, considering that we have yet to optimize the JIT engine. 
We are still in `feature completion mode'.  For instance, Dietmar has
been adding support for one of the most exotic features in the CLR:
Proxies.

What you were measuring in your test was mostly the loop code.  You can
get an idea of "what" you will be measuring if you use the mono -d flag
that will show you the disassembled code that the JITer generates.

Miguel.