https://bugzilla.novell.com/show_bug.cgi?id=373269
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=373269#c2 --- Comment #2 from Marek Safar <[EMAIL PROTECTED]> 2008-03-29 12:26:15 MST --- Interesting, but there must be something wrong with your system. Do you have MMX support only ? Here are the result from running same test on my machine, Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz, which has SSE2. Best of 5 runs -- Mono runtime -- # using Math.Min|Max ~ 20.0 seconds # using manually inlined code ~ 24.5 seconds -- Microsoft runtime -- # using Math.Min|Max ~ 4.8 seconds # using manually inlined code ~ 7.9 seconds Btw, can you also report this as JIT issue, the speed difference between Mono and Microsoft runtime seems to me to be quite big. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
