> 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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
