[Mono-bugs] [Bug 371722] Mono array initialization 10x slower than .NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 17 13:16:19 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=371722

User lupus at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=371722#c7





--- Comment #7 from Paolo Molaro <lupus at novell.com>  2008-03-17 11:16:18 MST ---
The changed BaseToString() is even worse than the first iteration, as it
calculates several results that are not used in any way so the jit could
completely remove them and the test is not measuring them, so the test becomes
irrelevant as when we talk about speed we're interested in the speed of doing
something, not on the speed of doing nothing.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list