[Mono-list] Benchmark information needed.
Dietmar Maurer
dietmar@ximian.com
19 Aug 2002 09:37:58 +0200
> It's also interesting to note that the ms jit is not impacted as much by
> the mcs code (on a PII 440):
>
> Elapsed: 00:00:08.2718944
> Elapsed: 00:00:08.3019376
> Elapsed: 00:00:08.2819088
>
> versus the csc-compiled test times:
> Elapsed: 00:00:08.1216784
> Elapsed: 00:00:08.1216784
> Elapsed: 00:00:08.1316928
>
> So, less than 2% slowdown versus the 20% slowdown in the mono jit.
This sounds quite reasonable, because there jit does many more
optimizations.
- Dietmar